mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Update CSS tests to revision 0698c2aa9ead844b6d7d10eafb096cb1118e13ef
This commit is contained in:
@@ -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.xht" 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 right float shape is clipped to the float’s margin box" name="assert" />
|
||||
the left and that the right 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>
|
||||
Reference in New Issue
Block a user