Update web-platform-tests and CSS tests.

- Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180.
- Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
This commit is contained in:
Ms2ger 2017-02-06 11:06:12 +01:00
parent fb4f421c8b
commit 296fa2512b
21852 changed files with 2080936 additions and 892894 deletions

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS Shapes Module Level 1 CR Test Suite</h1>
<h2>Basic Shapes (116 tests)</h2>
<h2>Basic Shapes (119 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -65,7 +65,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.1">+</a>
<a href="https://www.w3.org/TR/css-shapes-1/#supported-basic-shapes">3.1 Supported Shapes</a></th></tr>
<!-- 23 tests -->
<!-- 26 tests -->
<tr id="shape-outside-001-3.1" class="ahem">
<td>
<a href="shape-outside-001.htm">shape-outside-001</a></td>
@ -154,6 +154,39 @@
</ul>
</td>
</tr>
<tr id="shape-outside-circle-012-3.1" class="primary">
<td><strong>
<a href="shape-outside-circle-012.htm">shape-outside-circle-012</a></strong></td>
<td><a href="reference/shape-outside-circle-011-ref.htm">=</a> </td>
<td></td>
<td>float right, circle(closest-side at center) border-box
<ul class="assert">
<li>Test the boxes are wrapping around the right float shape defined by the basic shape circle(closest-side at center) border-box value.</li>
</ul>
</td>
</tr>
<tr id="shape-outside-circle-023-3.1" class="primary">
<td><strong>
<a href="shape-outside-circle-023.htm">shape-outside-circle-023</a></strong></td>
<td><a href="reference/shape-outside-circle-023-ref.htm">=</a> </td>
<td></td>
<td>horizontal-tb, float left, circle(50% at left 40px bottom 40px)
<ul class="assert">
<li>Test the boxes are wrapping around the left float shape defined by circle(50% at left 40px bottom 40px) value under horizontal-tb writing-mode.</li>
</ul>
</td>
</tr>
<tr id="shape-outside-ellipse-012-3.1" class="primary">
<td><strong>
<a href="shape-outside-ellipse-012.htm">shape-outside-ellipse-012</a></strong></td>
<td><a href="reference/shape-outside-ellipse-011-ref.htm">=</a> </td>
<td></td>
<td>float right, ellipse(closest-side closest-side at top right)
<ul class="assert">
<li>Test the right float shape defines an empty float area by the basic shape ellipse(0% 0closest-side closest-side at top right) value.</li>
</ul>
</td>
</tr>
<tr id="shape-outside-invalid-001-3.1" class="dom script">
<td>
<a href="shape-outside-invalid-001.htm">shape-outside-invalid-001</a></td>