diff options
Diffstat (limited to 'tests/wpt/css-tests/css-flexbox-1_dev/html/chapter-4.htm')
-rw-r--r-- | tests/wpt/css-tests/css-flexbox-1_dev/html/chapter-4.htm | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/tests/wpt/css-tests/css-flexbox-1_dev/html/chapter-4.htm b/tests/wpt/css-tests/css-flexbox-1_dev/html/chapter-4.htm index d88228519f1..05dc67af614 100644 --- a/tests/wpt/css-tests/css-flexbox-1_dev/html/chapter-4.htm +++ b/tests/wpt/css-tests/css-flexbox-1_dev/html/chapter-4.htm @@ -13,7 +13,7 @@ <body> <h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1> - <h2>Flex Items (72 tests)</h2> + <h2>Flex Items (71 tests)</h2> <table width="100%"> <col id="test-column"> <col id="refs-column"> @@ -31,7 +31,7 @@ <tr><th colspan="4" scope="rowgroup"> <a href="#s4">+</a> <a href="https://www.w3.org/TR/css-flexbox-1/#flex-items">4 Flex Items</a></th></tr> - <!-- 24 tests --> + <!-- 23 tests --> <tr id="flex-flexitem-childmargin-4" class=""> <td> <a href="flex-flexitem-childmargin.htm">flex-flexitem-childmargin</a></td> @@ -62,20 +62,12 @@ <td>Testing that we gracefully handle cases where two anonymous flex items become adjacent due to "order" reordering </td> </tr> - <tr id="flexbox-table-fixup-001a-4" class=""> + <tr id="flexbox-table-fixup-001-4" class=""> <td> - <a href="flexbox-table-fixup-001a.htm">flexbox-table-fixup-001a</a></td> + <a href="flexbox-table-fixup-001.htm">flexbox-table-fixup-001</a></td> <td><a href="reference/flexbox-table-fixup-001-ref.htm">=</a> </td> <td></td> - <td>Testing that table cells in a flex container get an anonymous table wrapper that forms the flex item - </td> - </tr> - <tr id="flexbox-table-fixup-001b-4" class=""> - <td> - <a href="flexbox-table-fixup-001b.htm">flexbox-table-fixup-001b</a></td> - <td><a href="reference/flexbox-table-fixup-001-ref.htm">=</a> </td> - <td></td> - <td>Testing that the 'flex' shorthand has no effect on table cells in a flex container, since they aren't flex items + <td>Testing that table cells in a flex container get blockified and each form their own flex item </td> </tr> <tr id="flexbox-whitespace-handling-001a-4" class=""> |