| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-010.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-010.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-010.xht
|
| index 0ce1755a6559081b2af7574e177066f7afd6f2bb..d16daa14306a23ef051ffb0e36fbaa330a091ffa 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-010.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-010.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-lr;
|
| - }
|
| + {
|
| + 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-lr;
|
| + }
|
| ]]></style>
|
| </head>
|
|
|
|
|