diff options
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht')
-rw-r--r-- | tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht | 48 |
1 files changed, 46 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht index 4a5ee64b548..311217e4f02 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/xhtml1print/chapter-2.xht @@ -13,7 +13,7 @@ <body> <h1>CSS Writing Modes Module Level 3 CR Test Suite</h1> - <h2>Inline Direction and Bidirectionality (173 tests)</h2> + <h2>Inline Direction and Bidirectionality (177 tests)</h2> <table width="100%"> <col id="test-column"></col> <col id="refs-column"></col> @@ -1102,7 +1102,7 @@ <tr><th colspan="4" scope="rowgroup"> <a href="#s2.1">+</a> <a href="http://www.w3.org/TR/css-writing-modes-3/#direction">2.1 Specifying Directionality: the direction property</a></th></tr> - <!-- 30 tests --> + <!-- 34 tests --> <tr id="direction-001-2.1" class="primary"> <td><strong> <a href="direction-001.xht">direction-001</a></strong></td> @@ -1345,6 +1345,50 @@ </ul> </td> </tr> + <tr id="table-progression-slr-001-2.1" class=""> + <td> + <a href="table-progression-slr-001.xht">table-progression-slr-001</a></td> + <td><a href="reference/table-progression-slr-001-ref.xht">=</a> </td> + <td></td> + <td>sideways-lr Table Row/Rowgroup/Cell Ordering + <ul class="assert"> + <li>This test checks that sideways-lr tables order rows/rowgroups left to right and cells bottom-to-top (LTR) or top-to-bottom (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.</li> + </ul> + </td> + </tr> + <tr id="table-progression-slr-002-2.1" class=""> + <td> + <a href="table-progression-slr-002.xht">table-progression-slr-002</a></td> + <td><a href="reference/table-progression-002-ref.xht">=</a> </td> + <td></td> + <td>sideways-lr Table Column/Colgroup Ordering + <ul class="assert"> + <li>This test checks that sideways-lr tables order columns bottom-to-top (LTR) or top-to-bottom (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.</li> + </ul> + </td> + </tr> + <tr id="table-progression-srl-001-2.1" class=""> + <td> + <a href="table-progression-srl-001.xht">table-progression-srl-001</a></td> + <td><a href="reference/table-progression-001-ref.xht">=</a> </td> + <td></td> + <td>sideways-rl Table Row/Rowgroup/Cell Ordering + <ul class="assert"> + <li>This test checks that sideways-rl tables order rows/rowgroups right to left and cells top-to-bottom (LTR) or bottom-to-top (RTL) per 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table rows and row groups.</li> + </ul> + </td> + </tr> + <tr id="table-progression-srl-002-2.1" class=""> + <td> + <a href="table-progression-srl-002.xht">table-progression-srl-002</a></td> + <td><a href="reference/table-progression-002-ref.xht">=</a> </td> + <td></td> + <td>sideways-rl Table Column/Colgroup Ordering + <ul class="assert"> + <li>This test checks that sideways-rl tables order columns top-to-bottom (LTR) or bottom-to-top (RTL) per the table's 'direction'. This test also checks that 'writing-mode' and 'direction' do not apply to table columns and column groups.</li> + </ul> + </td> + </tr> <tr id="table-progression-vlr-001-2.1" class=""> <td> <a href="table-progression-vlr-001.xht">table-progression-vlr-001</a></td> |