| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-010.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-010.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-010.xht
|
| index cca46d3685f7faf6ba797791b2cb5d407c8991cc..3b4c8fe37e36a9471047e34a4598aab7edda9897 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-010.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-010.xht
|
| @@ -15,29 +15,35 @@
|
|
|
| <style type="text/css"><![CDATA[
|
| body
|
| - {
|
| - color: yellow;
|
| - font: 20px/1 Ahem;
|
| - }
|
| + {
|
| + color: yellow;
|
| + font: 20px/1 Ahem;
|
| + }
|
|
|
| div#abs-pos
|
| - {
|
| - height: 9em;
|
| - left: auto;
|
| - position: absolute;
|
| - writing-mode: vertical-lr;
|
| - }
|
| + {
|
| + height: 9em;
|
| + left: auto;
|
| + position: absolute;
|
| + writing-mode: vertical-lr;
|
| + }
|
|
|
| div#abs-pos > div
|
| - {
|
| - background-color: blue;
|
| - border-bottom: blue solid 1em;
|
| - border-top: blue solid 1em;
|
| - }
|
| -
|
| - div.left-border { border-left: blue solid 1em; }
|
| -
|
| - div#right-border { border-right: blue solid 1em; }
|
| + {
|
| + background-color: blue;
|
| + border-bottom: blue solid 1em;
|
| + border-top: blue solid 1em;
|
| + }
|
| +
|
| + div.left-border
|
| + {
|
| + border-left: blue solid 1em;
|
| + }
|
| +
|
| + div#right-border
|
| + {
|
| + border-right: blue solid 1em;
|
| + }
|
| ]]></style>
|
| </head>
|
|
|
|
|