| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-008-expected.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002-expected.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-008-expected.xht
|
| similarity index 96%
|
| rename from third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002-expected.xht
|
| rename to third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-008-expected.xht
|
| index d79d525f54b8d05bde590f93cec3c59d8f8e021d..90cc028c726e1c1476890a501d6de298763c687a 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002-expected.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-vlr-008-expected.xht
|
| @@ -10,17 +10,23 @@
|
|
|
| <meta name="flags" content="image" />
|
| <style type="text/css"><![CDATA[
|
| - body { direction: rtl; }
|
| + body
|
| + {
|
| + direction: rtl;
|
| + }
|
|
|
| div
|
| - {
|
| - background-color: yellow;
|
| - direction: ltr;
|
| - font: 20px/1 Ahem;
|
| - width: 21em;
|
| - }
|
| -
|
| - img { vertical-align: top; }
|
| + {
|
| + background-color: yellow;
|
| + direction: ltr;
|
| + font: 20px/1 Ahem;
|
| + width: 21em;
|
| + }
|
| +
|
| + img
|
| + {
|
| + vertical-align: top;
|
| + }
|
| ]]></style>
|
| </head>
|
| <body>
|
|
|