| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| index 58243f7d5732911b458ac83d160c2b41c30c4979..3e39595ab88db78621afe8f0b33fe31cb2384954 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-009.xht
|
| @@ -15,20 +15,20 @@
|
|
|
| <style type="text/css"><![CDATA[
|
| body
|
| - {
|
| - color: yellow;
|
| - font: 20px/1 Ahem;
|
| - }
|
| + {
|
| + color: yellow;
|
| + font: 20px/1 Ahem;
|
| + }
|
|
|
| div
|
| - {
|
| - background-color: blue;
|
| - border: blue solid 1em;
|
| - height: 7em; /* Each line box has an inline-size of 7em */
|
| - left: auto;
|
| - position: absolute;
|
| - writing-mode: vertical-rl;
|
| - }
|
| + {
|
| + background-color: blue;
|
| + border: blue solid 1em;
|
| + height: 7em; /* Each line box has an inline-size of 7em */
|
| + left: auto;
|
| + position: absolute;
|
| + writing-mode: vertical-rl;
|
| + }
|
| ]]></style>
|
| </head>
|
|
|
|
|