mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8
This commit is contained in:
parent
662c00a810
commit
df03062d62
10934 changed files with 428309 additions and 254265 deletions
|
@ -13,7 +13,7 @@
|
|||
<body>
|
||||
|
||||
<h1>CSS Flexible Box Layout Module Level 1 CR Test Suite</h1>
|
||||
<h2>Ordering and Orientation (123 tests)</h2>
|
||||
<h2>Ordering and Orientation (129 tests)</h2>
|
||||
<table width="100%">
|
||||
<col id="test-column">
|
||||
<col id="refs-column">
|
||||
|
@ -263,7 +263,7 @@
|
|||
<tr id="ttwf-reftest-flex-direction-column-reverse-5.1" class="primary">
|
||||
<td><strong>
|
||||
<a href="ttwf-reftest-flex-direction-column-reverse.htm">ttwf-reftest-flex-direction-column-reverse</a></strong></td>
|
||||
<td><a href="reference/ttwf-reftest-flex-direction-column-ref.htm">=</a> </td>
|
||||
<td><a href="reference/ttwf-reftest-flex-direction-column-reverse-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>flex-direction proprety - column-reverse
|
||||
<ul class="assert">
|
||||
|
@ -284,7 +284,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s5.1.#propdef-flex-direction">
|
||||
<!-- 1 tests -->
|
||||
<!-- 7 tests -->
|
||||
<tr id="flex-margin-no-collapse-5.1.#propdef-flex-direction" class="primary">
|
||||
<td><strong>
|
||||
<a href="flex-margin-no-collapse.htm">flex-margin-no-collapse</a></strong></td>
|
||||
|
@ -296,6 +296,54 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="flexbox-writing-mode-001-5.1.#propdef-flex-direction" class="primary">
|
||||
<td><strong>
|
||||
<a href="flexbox-writing-mode-001.htm">flexbox-writing-mode-001</a></strong></td>
|
||||
<td><a href="reference/flexbox-writing-mode-001-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Try various flex-flow values, with 'direction: ltr' and 'writing-mode: horizontal-tb'
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="flexbox-writing-mode-002-5.1.#propdef-flex-direction" class="primary">
|
||||
<td><strong>
|
||||
<a href="flexbox-writing-mode-002.htm">flexbox-writing-mode-002</a></strong></td>
|
||||
<td><a href="reference/flexbox-writing-mode-002-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Try various flex-flow values, with 'direction: ltr' and 'writing-mode: vertical-rl'
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="flexbox-writing-mode-003-5.1.#propdef-flex-direction" class="primary">
|
||||
<td><strong>
|
||||
<a href="flexbox-writing-mode-003.htm">flexbox-writing-mode-003</a></strong></td>
|
||||
<td><a href="reference/flexbox-writing-mode-003-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Try various flex-flow values, with 'direction: ltr' and 'writing-mode: vertical-lr'
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="flexbox-writing-mode-004-5.1.#propdef-flex-direction" class="primary">
|
||||
<td><strong>
|
||||
<a href="flexbox-writing-mode-004.htm">flexbox-writing-mode-004</a></strong></td>
|
||||
<td><a href="reference/flexbox-writing-mode-004-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Try various flex-flow values, with 'direction: rtl' and 'writing-mode: horizontal-tb'
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="flexbox-writing-mode-005-5.1.#propdef-flex-direction" class="primary">
|
||||
<td><strong>
|
||||
<a href="flexbox-writing-mode-005.htm">flexbox-writing-mode-005</a></strong></td>
|
||||
<td><a href="reference/flexbox-writing-mode-005-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Try various flex-flow values, with 'direction: rtl' and 'writing-mode: vertical-rl'
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="flexbox-writing-mode-006-5.1.#propdef-flex-direction" class="primary">
|
||||
<td><strong>
|
||||
<a href="flexbox-writing-mode-006.htm">flexbox-writing-mode-006</a></strong></td>
|
||||
<td><a href="reference/flexbox-writing-mode-006-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>Try various flex-flow values, with 'direction: rtl' and 'writing-mode: vertical-lr'
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s5.1.#valdef-flex-direction-column">
|
||||
<!-- 0 tests -->
|
||||
|
@ -740,7 +788,7 @@
|
|||
<tr id="ttwf-reftest-flex-wrap-5.2.#propdef-flex-wrap" class="primary">
|
||||
<td><strong>
|
||||
<a href="ttwf-reftest-flex-wrap.htm">ttwf-reftest-flex-wrap</a></strong></td>
|
||||
<td><a href="reference/ttwf-reftest-flex-inline-ref.htm">=</a> </td>
|
||||
<td><a href="reference/ttwf-reftest-flex-wrap-ref.htm">=</a> </td>
|
||||
<td></td>
|
||||
<td>flex-wrap proprety - wrap
|
||||
<ul class="assert">
|
||||
|
@ -802,6 +850,9 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s5.3.#example-ce59c06d">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.3.#propdef-flex-flow">
|
||||
<!-- 52 tests -->
|
||||
<tr id="css-box-justify-content-5.3.#propdef-flex-flow" class="">
|
||||
|
@ -1313,7 +1364,10 @@
|
|||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tbody id="s5.4.#order-modified-document-order">
|
||||
<tbody id="s5.4.#example-6155594a">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.4.#order_modified-document-order">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.4.#propdef-order">
|
||||
|
@ -1456,11 +1510,11 @@
|
|||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="order_value-5.4.#propdef-order" class="primary">
|
||||
<tr id="order_value-5.4.#propdef-order" class="primary script">
|
||||
<td><strong>
|
||||
<a href="order_value.htm">order_value</a></strong></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td><abbr class="script" title="Executes tests in script">Script</abbr></td>
|
||||
<td>order_check
|
||||
<ul class="assert">
|
||||
<li>Check if the web engine can indentify order property.</li>
|
||||
|
@ -1488,6 +1542,9 @@
|
|||
<a href="http://www.w3.org/TR/css-flexbox-1/#order-accessibility">5.4.1 Reordering and Accessibility</a></th></tr>
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
<tbody id="s5.4.1.#example-465c9ea3">
|
||||
<!-- 0 tests -->
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue