| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-018.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-018.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-018.xht
|
| index 08c7bcc2bc59874d39840e2e1f4bb6548a11eea4..60962eafe88692296bba2834ea1bad444b40a691 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-018.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-018.xht
|
| @@ -15,19 +15,19 @@
|
|
|
| <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;
|
| - display: table-caption;
|
| - height: 7em; /* Each line box has an inline-size of 7em */
|
| - writing-mode: vertical-lr;
|
| - }
|
| + {
|
| + background-color: blue;
|
| + border: blue solid 1em;
|
| + display: table-caption;
|
| + height: 7em; /* Each line box has an inline-size of 7em */
|
| + writing-mode: vertical-lr;
|
| + }
|
| ]]></style>
|
| </head>
|
|
|
|
|