| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-003-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht
|
| similarity index 68%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-003-expected.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht
|
| index 2c269fa0965e69a9efcee2d14f8889bb81c87396..706ebb6bca9d2172765869eccf4b1b11be76f53b 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-vlr-003-expected.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/clip-rect-vrl-006-expected.xht
|
| @@ -11,20 +11,24 @@
|
| <meta content="image" name="flags" />
|
|
|
| <style type="text/css"><![CDATA[
|
| - img#green-square
|
| + div > img
|
| {
|
| - left: 80px;
|
| - position: relative;
|
| - top: 160px;
|
| + padding-top: 50px;
|
| }
|
| ]]></style>
|
| +
|
| </head>
|
|
|
| <body>
|
|
|
| <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /></p>
|
|
|
| - <div><img id="green-square" src="support/swatch-green.png" width="80" height="80" alt="Image download support must be enabled" /></div>
|
| + <!--
|
| + Image says:
|
| + Test passes if there is a filled green square and <strong>no red</strong>.
|
| + -->
|
| +
|
| + <div><img src="support/swatch-green.png" width="50" height="50" alt="Image download support must be enabled" /></div>
|
|
|
| </body>
|
| </html>
|
|
|