mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update CSS tests to revision aac1cd51245c0c469325988a0446985a2f1e476c
This commit is contained in:
parent
1a6245828a
commit
7deaeea707
540 changed files with 24009 additions and 6637 deletions
|
@ -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="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue