Update CSS tests to revision 2baa72daab8bf37e3e910a9fd311a1eaa5b0f4a8

This commit is contained in:
James Graham 2015-07-27 17:47:31 +01:00
parent 662c00a810
commit df03062d62
10934 changed files with 428309 additions and 254265 deletions

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS Grid Layout Module Level 1 CR Test Suite</h1>
<h2>Placing Grid Items (2 tests)</h2>
<h2>Placing Grid Items (4 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -93,7 +93,29 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s9.1.3">+</a>
<a href="http://www.w3.org/TR/css-grid-1/#common-uses-named-lines">9.1.3 Named Lines and Spans</a></th></tr>
<!-- 0 tests -->
<!-- 2 tests -->
<tr id="grid-layout-lines-9.1.3" class="primary">
<td><strong>
<a href="grid-layout-lines.htm">grid-layout-lines</a></strong></td>
<td><a href="reference/grid-layout-basic-ref.htm">=</a> </td>
<td></td>
<td>grid lines
<ul class="assert">
<li>the layout should behave the same as reference.</li>
</ul>
</td>
</tr>
<tr id="grid-layout-lines-shorthands-9.1.3" class="primary">
<td><strong>
<a href="grid-layout-lines-shorthands.htm">grid-layout-lines-shorthands</a></strong></td>
<td><a href="reference/grid-layout-basic-ref.htm">=</a> </td>
<td></td>
<td>grid lines shorthands
<ul class="assert">
<li>the layout should behave the same as reference.</li>
</ul>
</td>
</tr>
</tbody>
<tbody id="s9.1.4">
<tr><th colspan="4" scope="rowgroup">