Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-006.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-006.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-006.xht |
index 2a88f920028d8a4dedc168d43fda801ec7717ad5..59f9c57506f7cf10523342a38946c92dd317928e 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-006.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-006.xht |
@@ -11,27 +11,30 @@ |
<link rel="match" href="block-flow-direction-001-ref.xht" /> |
<meta content="ahem" name="flags" /> |
- <meta content="This test checks that the line boxes of left-floated boxes with 'writing-mode' set to 'vertical-lr' will be ordered from right to left." name="assert" /> |
+ <meta content="This test checks that the line boxes of left-floated boxes with 'writing-mode' set to 'vertical-rl' will be ordered from right to left." name="assert" /> |
<style type="text/css"><![CDATA[ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ } |
div.floated-left |
- { |
- background-color: blue; |
- border-bottom: blue solid 1em; |
- border-left: blue solid 1em; |
- border-top: blue solid 1em; |
- float: left; |
- height: 7em; /* Each line box has an inline-size of 7em */ |
- writing-mode: vertical-rl; |
- } |
- |
- div#right-border { border-right: blue solid 1em; } |
+ { |
+ background-color: blue; |
+ border-bottom: blue solid 1em; |
+ border-left: blue solid 1em; |
+ border-top: blue solid 1em; |
+ float: left; |
+ height: 7em; /* Each line box has an inline-size of 7em */ |
+ writing-mode: vertical-rl; |
+ } |
+ |
+ div#right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
]]></style> |
</head> |