mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317
This commit is contained in:
parent
aa199307c8
commit
2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
<link rel="author" title="Richard Ishida" href='mailto:ishida@w3.org'/>
|
||||
<link rel="help" href='http://www.w3.org/TR/css-writing-modes-3/#text-direction'/>
|
||||
<link rel="match" href="reference/bidi-table-001.html"/>
|
||||
<meta name="assert" content='If direction is applied to the ancestor of a table element, columns will be displayed in that direction.'/>
|
||||
<style type="text/css">
|
||||
.test { direction: rtl; }
|
||||
|
@ -46,4 +47,4 @@ The punctuation is moved around in the source to make it easier to do visual com
|
|||
|
||||
|
||||
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<link rel="author" title="Richard Ishida" href='mailto:ishida@w3.org'/>
|
||||
<link rel="help" href='http://www.w3.org/TR/css-writing-modes-3/#text-direction'/>
|
||||
<link rel="match" href="reference/block-plaintext-006.html"/>
|
||||
<meta name="assert" content='If unicode-bidi:plaintext is applied to a pre element, each line of characters after a linebreak is displayed according to the first strong character after the linebreak.'/>
|
||||
<style type="text/css">
|
||||
.test pre { unicode-bidi: plaintext; }
|
||||
|
@ -20,7 +21,7 @@ input { margin: 5px; }
|
|||
font-style: normal;
|
||||
}
|
||||
.test, .ref { font-family: ezra_silregular, serif; }
|
||||
pre { font-family: ezra_silregular, serif; height:5em; width: 100%; border: 0; font-size: 1em; }
|
||||
pre { font-family: ezra_silregular, serif; width: 100%; border: 0; margin: 0; font-size: 1em; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -36,10 +37,11 @@ Key to entities used below:
|
|||
|
||||
|
||||
<div class="test">
|
||||
<pre>
|
||||
<pre><!-- comment token so following LF character isn't ignored by the HTML parser -->
|
||||
> a > ב > c >
|
||||
> א > b > ג >
|
||||
> a > ב > c >
|
||||
<!-- need a blank line for whitespace to appear-->
|
||||
</pre>
|
||||
</div>
|
||||
|
||||
|
@ -55,4 +57,4 @@ Key to entities used below:
|
|||
|
||||
|
||||
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue