diff options
Diffstat (limited to 'tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-5.htm')
-rw-r--r-- | tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-5.htm | 48 |
1 files changed, 46 insertions, 2 deletions
diff --git a/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-5.htm b/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-5.htm index 9d5d0150122..22f7e8c78b9 100644 --- a/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-5.htm +++ b/tests/wpt/css-tests/css-writing-modes-3_dev/html/chapter-5.htm @@ -13,7 +13,7 @@ <body> <h1>CSS Writing Modes Module Level 3 CR Test Suite</h1> - <h2>Introduction to Vertical Text Layout (25 tests)</h2> + <h2>Introduction to Vertical Text Layout (29 tests)</h2> <table width="100%"> <col id="test-column"> <col id="refs-column"> @@ -55,7 +55,51 @@ <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> - <!-- 25 tests --> + <!-- 29 tests --> + <tr id="table-progression-003-vlr-5.1" class=""> + <td> + <a href="table-progression-003-vlr.htm">table-progression-003-vlr</a></td> + <td><a href="table-progression-001-ref.orngtml">=</a> </td> + <td></td> + <td>vertical-lr upright orientation Table Row/Rowgroup/Cell Ordering + <ul class="assert"> + <li>This test checks that vertical-lr tables, whether LTR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-orientation is upright.</li> + </ul> + </td> + </tr> + <tr id="table-progression-003-vrl-5.1" class=""> + <td> + <a href="table-progression-003-vrl.htm">table-progression-003-vrl</a></td> + <td><a href="table-progression-001-ref.orngtml">=</a> </td> + <td></td> + <td>vertical-rl upright orientation Table Row/Rowgroup/Cell Ordering + <ul class="assert"> + <li>This test checks that vertical-rl tables, whether LTR or RTL, order rows/rowgroups right to left and cells top-to-bottom when text-orientation is upright.</li> + </ul> + </td> + </tr> + <tr id="table-progression-004-vlr-5.1" class=""> + <td> + <a href="table-progression-004-vlr.htm">table-progression-004-vlr</a></td> + <td><a href="table-progression-002-ref.orngtml">=</a> </td> + <td></td> + <td>vertical-lr upright orientation Table Column/Colgroup Ordering + <ul class="assert"> + <li>This test checks that vertical-lr tables, whether LTR or RTL, order columns top-to-bottom when text-orientation is upright.</li> + </ul> + </td> + </tr> + <tr id="table-progression-004-vrl-5.1" class=""> + <td> + <a href="table-progression-004-vrl.htm">table-progression-004-vrl</a></td> + <td><a href="table-progression-002-ref.orngtml">=</a> </td> + <td></td> + <td>vertical-rl upright orientation Table Column/Colgroup Ordering + <ul class="assert"> + <li>This test checks that vertical-rl tables, whether LTR or RTL, order columns top-to-bottom when text-orientation is upright.</li> + </ul> + </td> + </tr> <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> |