Update CSS tests to revision aac1cd51245c0c469325988a0446985a2f1e476c

This commit is contained in:
Ms2ger
2016-04-07 09:58:26 +02:00
parent 1a6245828a
commit 7deaeea707
540 changed files with 24009 additions and 6637 deletions

View File

@@ -3784,6 +3784,39 @@
<td>Background Position: bottom right and the viewport
</td>
</tr>
<tr id="background-body-001-14.2" class="">
<td>
<a href="background-body-001.xht">background-body-001</a></td>
<td><a href="reference/background-body-001-ref.xht">=</a> </td>
<td></td>
<td>Background on body element
<ul class="assert">
<li>Background of the body covers the entire canvas. Adding margin to body element to ensure that canvas background is green, and not just the root since in other cases, margin is not colored. This only applies if HTML element has nothing set for background.</li>
</ul>
</td>
</tr>
<tr id="background-body-002-14.2" class="image">
<td>
<a href="background-body-002.xht">background-body-002</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>Background on body element - background-position
<ul class="assert">
<li>Background of the body has the initial background-position of 0,0 and not the canvas. This only applies if HTML element has nothing set for background.</li>
</ul>
</td>
</tr>
<tr id="background-body-003-14.2" class="image">
<td>
<a href="background-body-003.xht">background-body-003</a></td>
<td></td>
<td><abbr class="image" title="Requires bitmap graphic support">Bitmaps</abbr></td>
<td>Background position propagation from body element
<ul class="assert">
<li>Background-position of the body does not propagate the position to the canvas. This only applies if HTML element has nothing set for background.</li>
</ul>
</td>
</tr>
<tr id="background-iframes-001-14.2" class="">
<td>
<a href="background-iframes-001.xht">background-iframes-001</a></td>
@@ -9913,6 +9946,17 @@
</ul>
</td>
</tr>
<tr id="background-html-body-001-14.2.1" class="">
<td>
<a href="background-html-body-001.xht">background-html-body-001</a></td>
<td></td>
<td></td>
<td>Background on html and body element
<ul class="assert">
<li>Background of the html element is the canvas's background even if body background is set.</li>
</ul>
</td>
</tr>
<tr id="background-image-001-14.2.1" class="image">
<td>
<a href="background-image-001.xht">background-image-001</a></td>