Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef

This commit is contained in:
Ms2ger 2015-12-09 01:48:05 -05:00
parent 9aa1b1e408
commit 35c74aecc2
11290 changed files with 92400 additions and 49214 deletions

View file

@ -7,9 +7,9 @@
<link href="http://www.w3.org/TR/css-shapes-1/#shape-outside-property" rel="help">
<link href="reference/shape-outside-001-ref.htm" rel="match">
<meta content="ahem" name="flags">
<meta content="This test verifies that left floats with a shape-outside
<meta content="This test verifies that left floats with a shape-outside
only allow content wrapping on the right side, and right floats only allow wrapping on
the left and that the left float shape is clipped to the floats margin box" name="assert">
the left and that the left float shape is clipped to the float's margin box" name="assert">
<!-- This test is derived from Example 2 in this version of the spec:
http://www.w3.org/TR/2013/WD-css-shapes-1-20131203/ -->
<style type="text/css">
@ -73,7 +73,7 @@
<p>
The test passes if the green shape does not intersect either of the triangles and
there is one green horizontal bar beneath the triangles. There should be no red.
</p>
</p>
<div class="container" id="test">
<div id="test-float-left"></div>
<div id="test-float-right"></div>
@ -96,4 +96,5 @@
<div id="left-triangle"></div>
<div id="right-triangle"></div>
</body></html>