| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-013.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-013.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-013.xht
|
| index 2bcdd1f344c3b664b2faaeca035ab7f9b02bbac8..6bb9f452d09683c2be7249164869c83d888e19cd 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-013.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-013.xht
|
| @@ -15,26 +15,26 @@
|
|
|
| <style type="text/css"><![CDATA[
|
| body
|
| - {
|
| - color: yellow;
|
| - font: 20px/1 Ahem;
|
| - }
|
| + {
|
| + color: yellow;
|
| + font: 20px/1 Ahem;
|
| + }
|
|
|
| div#inline-block
|
| - {
|
| - background-color: blue;
|
| - border-right: blue solid 1em;
|
| - border-top: blue solid 1em;
|
| - display: inline-block;
|
| - height: 8em; /* Each line box has an inline-size of 8em */
|
| - writing-mode: vertical-lr;
|
| - }
|
| + {
|
| + background-color: blue;
|
| + border-right: blue solid 1em;
|
| + border-top: blue solid 1em;
|
| + display: inline-block;
|
| + height: 8em; /* Each line box has an inline-size of 8em */
|
| + writing-mode: vertical-lr;
|
| + }
|
|
|
| span
|
| - {
|
| - border-left: blue solid 1em;
|
| - display: block;
|
| - }
|
| + {
|
| + border-left: blue solid 1em;
|
| + display: block;
|
| + }
|
| ]]></style>
|
| </head>
|
|
|
|
|