Update CSS tests to revision d674587d6ae7d2e231d632785559f2613d554eb0

This commit is contained in:
Ms2ger
2015-08-21 17:46:44 +02:00
parent 7c45ff8e05
commit f235d49372
6623 changed files with 267392 additions and 10061 deletions

View File

@@ -832,7 +832,7 @@
<a href="background-attachment-local-scrolling.xht">background-attachment-local-scrolling</a></strong></td>
<td></td>
<td></td>
<td>Scrolling when &amp;#8216;background-attachment: local&amp;#8217;
<td>Scrolling when 'background-attachment: local'
<ul class="assert">
<li>If 'background-attachment: local' the background scrolls along with the element's contents (the UA may treat 'background-clip: border-box' as the same as 'background-clip: padding-box').</li>
</ul>
@@ -1992,7 +1992,7 @@
<a href="background-size-aspect-ratio.xht">background-size-aspect-ratio</a></strong></td>
<td></td>
<td></td>
<td>Original aspect ratio of image is maintained when &amp;#8216;background-size: auto&amp;#8217; and &amp;#8216;background-repeat: round'
<td>Original aspect ratio of image is maintained when 'background-size: auto' and 'background-repeat: round'
<ul class="assert">
<li>If 'background-repeat' is 'round' for one dimension only and if 'background-size' is 'auto' in the other dimension, then the other dimension is sclaed so that the original aspect ratio is restored.</li>
</ul>