| Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-008.xht
|
| diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-008.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-008.xht
|
| index 284a30432cb166050cc6b0935472d0795b46df6e..4776de4cd00e898c2d0f244e9cf8186c7e48b31c 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-008.xht
|
| +++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-008.xht
|
| @@ -15,23 +15,26 @@
|
|
|
| <style type="text/css"><![CDATA[
|
| body
|
| - {
|
| - color: yellow;
|
| - font: 20px/1 Ahem;
|
| - }
|
| + {
|
| + color: yellow;
|
| + font: 20px/1 Ahem;
|
| + }
|
|
|
| div.floated-right
|
| - {
|
| - background-color: blue;
|
| - border-bottom: blue solid 1em;
|
| - border-right: blue solid 1em;
|
| - border-top: blue solid 1em;
|
| - float: right;
|
| - height: 7em; /* Each line box has an inline-size of 7em */
|
| - writing-mode: vertical-lr;
|
| - }
|
| -
|
| - div#left-border { border-left: blue solid 1em; }
|
| + {
|
| + background-color: blue;
|
| + border-bottom: blue solid 1em;
|
| + border-right: blue solid 1em;
|
| + border-top: blue solid 1em;
|
| + float: right;
|
| + height: 7em; /* Each line box has an inline-size of 7em */
|
| + writing-mode: vertical-lr;
|
| + }
|
| +
|
| + div#left-border
|
| + {
|
| + border-left: blue solid 1em;
|
| + }
|
| ]]></style>
|
| </head>
|
|
|
|
|