Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-016.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-016.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-016.xht |
index 55b6a28be66caf9a5b0a72e8276f48ec07c3053b..117f408bafce208680208398434dd74f697210e0 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-016.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-016.xht |
@@ -11,36 +11,41 @@ |
<link rel="match" href="block-flow-direction-001-ref.xht" /> |
<meta content="ahem" name="flags" /> |
- <meta content="This test checks that an inline-block with its 'writing-mode' set to 'vertical-lr' |
- establishes a block formating context with a left-to-right block flow direction." name="assert" /> |
+ <meta content="This test checks that an inline-block with its 'writing-mode' set to 'vertical-lr' establishes a block formating context with a left-to-right block flow direction." name="assert" /> |
<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-left: blue solid 1em; |
- border-top: blue solid 1em; |
- display: inline-block; |
- height: 8em; |
- vertical-align: top; |
+ { |
+ background-color: blue; |
+ border-left: blue solid 1em; |
+ border-top: blue solid 1em; |
+ display: inline-block; |
+ height: 8em; |
+ vertical-align: top; |
/* |
Why 'vertical-align: top' ? |
See |
http://lists.w3.org/Archives/Public/public-css-testsuite/2014Dec/0013.html |
for explanations |
*/ |
- writing-mode: vertical-lr; |
- } |
- |
- span { display: block; } |
- |
- span#right-border { border-right: blue solid 1em; } |
+ writing-mode: vertical-lr; |
+ } |
+ |
+ span |
+ { |
+ display: block; |
+ } |
+ |
+ span#right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
]]></style> |
</head> |