| Index: LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-012-expected.xht
|
| diff --git a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vlr-007-expected.xht b/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-012-expected.xht
|
| similarity index 69%
|
| copy from LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vlr-007-expected.xht
|
| copy to LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-012-expected.xht
|
| index 12473d5b17310b60423173165d4ae6ce7ee35bd2..8153a72aff210565ae77aaaaa2fc8cfe4dd03029 100644
|
| --- a/LayoutTests/imported/csswg-test/css-writing-modes-3/text-indent-vlr-007-expected.xht
|
| +++ b/LayoutTests/imported/csswg-test/css-writing-modes-3/abs-pos-non-replaced-icb-vrl-012-expected.xht
|
| @@ -11,19 +11,27 @@
|
| <meta content="image" name="flags" />
|
|
|
| <style type="text/css"><![CDATA[
|
| - img#green-square
|
| + body
|
| + {
|
| + direction: rtl;
|
| + }
|
| +
|
| + img
|
| + {
|
| + vertical-align: top;
|
| + }
|
| +
|
| + img#green-square
|
| {
|
| position: relative;
|
| - top: 80px;
|
| + top: 16px;
|
| }
|
| ]]></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>
|
| + <p><img src="support/pass-cdts-abs-pos-non-replaced.png" width="246" height="36" alt="Image download support must be enabled" /><br /><img id="green-square" src="support/swatch-green.png" width="100" height="100" alt="Image download support must be enabled" /></p>
|
|
|
| </body>
|
| </html>
|
|
|