Update CSS tests to revision 939546644b4d333218fd9c2c0f68c60752ff1e95

This commit is contained in:
Ms2ger 2015-09-25 11:45:40 +02:00
parent b26fac3f78
commit 0ad6e78b23
435 changed files with 7534 additions and 3290 deletions

View file

@ -13,7 +13,7 @@
<body>
<h1>CSS Backgrounds and Borders Module Level 3 CR Test Suite</h1>
<h2>Backgrounds (383 tests)</h2>
<h2>Backgrounds (385 tests)</h2>
<table width="100%">
<col id="test-column">
<col id="refs-column">
@ -271,7 +271,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.4">+</a>
<a href="http://www.w3.org/TR/css3-background/#the-background-repeat">3.4 Tiling Images: the &#8216;background-repeat&#8217; property</a></th></tr>
<!-- 22 tests -->
<!-- 23 tests -->
<tr id="background-003-3.4" class="image">
<td>
<a href="background-003.htm">background-003</a></td>
@ -385,11 +385,11 @@
<tr id="background-repeat-round-3.4" class="primary image">
<td><strong>
<a href="background-repeat-round.htm">background-repeat-round</a></strong></td>
<td></td>
<td><a href="reference/background-repeat-round.htm">=</a> </td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>background-repeat: round basic support
<td>background-repeat:round
<ul class="assert">
<li>The image is repeated as often as will fit within the background positioning area. If it doesn't fit a whole number of times, it is rescaled so that it does.</li>
<li>The 'background-repeat: round' declaration must scale an image in one or more dimensions so it fits a whole number of times in the background positioning area.</li>
</ul>
</td>
</tr>
@ -404,6 +404,17 @@
</ul>
</td>
</tr>
<tr id="background-repeat-round-002-3.4" class="primary image">
<td><strong>
<a href="background-repeat-round-002.htm">background-repeat-round-002</a></strong></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>background-repeat: round basic support
<ul class="assert">
<li>The image is repeated as often as will fit within the background positioning area. If it doesn't fit a whole number of times, it is rescaled so that it does.</li>
</ul>
</td>
</tr>
<tr id="background-repeat-round-roundup-3.4" class="primary image">
<td><strong>
<a href="background-repeat-round-roundup.htm">background-repeat-round-roundup</a></strong></td>
@ -1502,7 +1513,7 @@
<tr><th colspan="4" scope="rowgroup">
<a href="#s3.9">+</a>
<a href="http://www.w3.org/TR/css3-background/#the-background-size">3.9 Sizing Images: the &#8216;background-size&#8217; property</a></th></tr>
<!-- 262 tests -->
<!-- 263 tests -->
<tr id="background-intrinsic-001-3.9" class="svg">
<td>
<a href="background-intrinsic-001.htm">background-intrinsic-001</a></td>
@ -1635,6 +1646,17 @@
</ul>
</td>
</tr>
<tr id="background-size-003-3.9" class="primary">
<td><strong>
<a href="background-size-003.htm">background-size-003</a></strong></td>
<td></td>
<td></td>
<td>Value of 'auto' is used for y dimension in 'background-size'
<ul class="assert">
<li>An 'auto' value for y dimension in 'background-size' is resolved by using the image's intrinsic ratio and the size provided for the x dimension.</li>
</ul>
</td>
</tr>
<tr id="background-size-005-3.9" class="primary image">
<td><strong>
<a href="background-size-005.htm">background-size-005</a></strong></td>