mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 0d318188757a9c996e20b82db201fd04de5aa255
This commit is contained in:
parent
b2a5225831
commit
1a81b18b9f
12321 changed files with 544385 additions and 6 deletions
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HTML Test: bdo - text directionality formatting control for its children</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com/">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/#the-bdo-element">
|
||||
<link rel="match" href="bidi-001-ref.html">
|
||||
<meta name="assert" content="Check if the bdo element represents explicit text directionality formatting control for its children.">
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is text 'WERBEH'.</p>
|
||||
<bdo dir="rtl">
|
||||
<span>HEBREW</span>
|
||||
</bdo>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HTML Test: The value 'ltr' of dir attribute specifies a left-to-right override</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com/">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/#the-bdo-element">
|
||||
<link rel="match" href="bidi-001-ref.html">
|
||||
<meta name="assert" content="Check if the value ltr of dir attribute specifies a left-to-right override">
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is text 'WERBEH'.</p>
|
||||
<bdo dir="ltr">WERBEH</bdo>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>HTML Test: bdo - override the Unicode bidirectional algorithm</title>
|
||||
<link rel="author" title="Intel" href="http://www.intel.com/">
|
||||
<link rel="help" href="https://html.spec.whatwg.org/multipage/#the-bdo-element">
|
||||
<link rel="match" href="bidi-001-ref.html">
|
||||
<meta name="assert" content="Check if authors could override the Unicode bidirectional algorithm
|
||||
by explicitly specifying a direction override of bdo element">
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is text 'WERBEH'.</p>
|
||||
<p>
|
||||
‮<bdo dir="ltr">WERBEH</bdo>‬
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>directional type reference</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test passes if there is text 'WERBEH'.</p>
|
||||
<div>WERBEH</div>
|
||||
</body>
|
||||
</html>
|
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>directional type</title>
|
||||
<meta content="W3C" name="author">
|
||||
<link rel="match" href="bidi-001-ref.html">
|
||||
<meta name="assert" content="Test text bidirectionality using the bdo element">
|
||||
</head>
|
||||
<body dir='ltr'>
|
||||
<p>Test passes if there is text 'WERBEH'.</p>
|
||||
<bdo dir="rtl">HEBREW</bdo>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue