Update CSS tests to revision 135b269a1d9f5ce7862ab7426578bd56e2add740

This commit is contained in:
Ms2ger 2015-09-18 16:05:28 +02:00
parent 7f2d81933a
commit bff545d198
1882 changed files with 16167 additions and 10909 deletions

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS Writing Modes Module Level 3 CR Test Suite</h1>
<h2>Introduction to Vertical Text Layout (28 tests)</h2>
<h2>Introduction to Vertical Text Layout (25 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -55,7 +55,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s5.1">+</a>
<a href="http://www.w3.org/TR/css-writing-modes-3/#text-orientation">5.1 Orienting Text: the text-orientation property</a></th></tr>
<!-- 28 tests -->
<!-- 25 tests -->
<tr id="text-orientation-010-5.1" class="primary ahem font">
<td><strong>
<a href="text-orientation-010.htm">text-orientation-010</a></strong></td>
@ -89,17 +89,6 @@
</ul>
</td>
</tr>
<tr id="text-orientation-013-5.1" class="primary ahem">
<td><strong>
<a href="text-orientation-013.htm">text-orientation-013</a></strong></td>
<td><a href="reference/text-orientation-013-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-orientation - sideways-left
<ul class="assert">
<li>This test checks that 'text-orientation: sideways-left' causes text to be set as if in a horizontal layout, but rotated 90&amp;deg; counter-clockwise, in vertical writing modes. It's effective to verify 1.block flow direction and 2.inline direction, but not effective to verify 3.glyph orientation.</li>
</ul>
</td>
</tr>
<tr id="text-orientation-014-5.1" class="primary ahem">
<td><strong>
<a href="text-orientation-014.htm">text-orientation-014</a></strong></td>
@ -111,17 +100,6 @@
</ul>
</td>
</tr>
<tr id="text-orientation-015-5.1" class="primary ahem">
<td><strong>
<a href="text-orientation-015.htm">text-orientation-015</a></strong></td>
<td><a href="reference/text-orientation-015-ref.htm">=</a> </td>
<td><abbr class="ahem" title="Requires Ahem font">Ahem</abbr></td>
<td>text-orientation - sideways
<ul class="assert">
<li>This test checks that 'text-orientation: sideways' is equivalent to&amp;#8216;sideways-left&amp;#8217;in&amp;#8216;vertical-lr&amp;#8217;writing mode. This is effective to verify 1.block flow direction, 2.inline direction, but not effetive to verify 3.glyph orientation.</li>
</ul>
</td>
</tr>
<tr id="text-orientation-mixed-001-5.1" class="primary font image">
<td><strong>
<a href="text-orientation-mixed-001.htm">text-orientation-mixed-001</a></strong></td>
@ -133,6 +111,17 @@
</ul>
</td>
</tr>
<tr id="text-orientation-parsing-001-5.1" class="primary dom script">
<td><strong>
<a href="text-orientation-parsing-001.htm">text-orientation-parsing-001</a></strong></td>
<td></td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr><abbr class="script" title="Executes tests in script">Script</abbr></td>
<td>CSS Writing Modes: parsing text-orientation
<ul class="assert">
<li>This test asserts the parser and getComputedStyle works correctly for the text-orientation property.</li>
</ul>
</td>
</tr>
<tr id="text-orientation-script-001-5.1" class="primary combo dom font script">
<td><strong>
<a href="text-orientation-script-001.htm">text-orientation-script-001</a></strong></td>
@ -320,28 +309,6 @@
</ul>
</td>
</tr>
<tr id="text-orientation-sideways-002-5.1" class="primary font image">
<td><strong>
<a href="text-orientation-sideways-002.htm">text-orientation-sideways-002</a></strong></td>
<td></td>
<td><abbr class="font" title="Requires a special font">Font</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>text-orientation - sideways in vertical-lr writing mode
<ul class="assert">
<li>This test checks that the same as [text-orientation: sideways-left], general horizontal text(include Japanese,etc) rotates 90 degrees counter-clockwise, and it is verified whether the characters are aligned in the vertical direction.</li>
</ul>
</td>
</tr>
<tr id="text-orientation-sideways-left-001-5.1" class="primary font image">
<td><strong>
<a href="text-orientation-sideways-left-001.htm">text-orientation-sideways-left-001</a></strong></td>
<td></td>
<td><abbr class="font" title="Requires a special font">Font</abbr><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>text-orientation - sideways-left in vertical-rl writing mode
<ul class="assert">
<li>This test checks that a general horizontal text(include Japanese,etc) rotated 90 degrees counter-clockwise, and it is verified whether the characters are aligned in the vertical direction.</li>
</ul>
</td>
</tr>
<tr id="text-orientation-sideways-right-001-5.1" class="primary font image">
<td><strong>
<a href="text-orientation-sideways-right-001.htm">text-orientation-sideways-right-001</a></strong></td>