| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002.xht
|
| index 800854dcf1e2978e4f982e53adce363976548933..257f7ce81b7f19c2a12f3123ee8942eace978161 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-002.xht
|
| @@ -15,9 +15,9 @@
|
|
|
| <style type="text/css"><![CDATA[
|
| html
|
| - {
|
| - writing-mode: vertical-rl;
|
| - }
|
| + {
|
| + writing-mode: vertical-rl;
|
| + }
|
| /*
|
| "
|
| The principal writing mode of the document is determined by the writing-mode
|
| @@ -26,22 +26,28 @@
|
| */
|
|
|
| body
|
| - {
|
| - color: yellow;
|
| - font: 20px/1 Ahem;
|
| - height: 9em;
|
| - }
|
| + {
|
| + color: yellow;
|
| + font: 20px/1 Ahem;
|
| + height: 9em;
|
| + }
|
|
|
| div
|
| - {
|
| - background-color: blue;
|
| - border-bottom: blue solid 1em;
|
| - border-top: blue solid 1em;
|
| - }
|
| -
|
| - div.right-border { border-right: blue solid 1em; }
|
| -
|
| - div#left-border { border-left: blue solid 1em; }
|
| + {
|
| + background-color: blue;
|
| + border-bottom: blue solid 1em;
|
| + border-top: blue solid 1em;
|
| + }
|
| +
|
| + div.right-border
|
| + {
|
| + border-right: blue solid 1em;
|
| + }
|
| +
|
| + div#left-border
|
| + {
|
| + border-left: blue solid 1em;
|
| + }
|
| ]]></style>
|
| </head>
|
|
|
|
|