Update CSS tests to revision 465c03e3d8d42ce98b9dfa0c8d8e7b4b8d48ebd7

This commit is contained in:
Ms2ger
2015-10-21 16:35:11 +02:00
parent ea000471d3
commit 6a4ad433a2
432 changed files with 6691 additions and 83 deletions

View File

@@ -13,7 +13,7 @@
<body>
<h1>CSS 2.1 Conformance Test Suite</h1>
<h2>Tables (1153 tests)</h2>
<h2>Tables (1154 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@@ -5343,7 +5343,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s17.5.2.2">+</a>
<a href="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">17.5.2.2 Automatic table layout</a></th></tr>
<!-- 6 tests -->
<!-- 7 tests -->
<tr id="anonymous-table-box-width-001-17.5.2.2" class="primary">
<td><strong>
<a href="anonymous-table-box-width-001.htm">anonymous-table-box-width-001</a></strong></td>
@@ -5387,6 +5387,17 @@
<td>Test for 'width' shrink-wrapping on inline-table
</td>
</tr>
<tr id="min-width-tables-001-17.5.2.2" class="primary dom">
<td><strong>
<a href="min-width-tables-001.htm">min-width-tables-001</a></strong></td>
<td><a href="ref.htm">=</a> </td>
<td><abbr class="dom" title="Requires Document Object Model support">DOM/JS</abbr></td>
<td>Table Layout and Viewport Resizing
<ul class="assert">
<li>Resizing a page which toggles the `display` of elements between `block` and `table-cell` based on the viewport width should not cause unnecessary wrapping of the table.</li>
</ul>
</td>
</tr>
<tr id="table-percent-width-001-17.5.2.2" class="primary">
<td><strong>
<a href="table-percent-width-001.htm">table-percent-width-001</a></strong></td>