Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-011.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-011.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-011.xht |
index fec340c9793248d91b093c5286f38b4272ba721b..2368c10509b9f6ad07db0fa3ba3b1bc2fbbaa3f2 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-011.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-011.xht |
@@ -15,33 +15,33 @@ |
<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 */ |
- vertical-align: top; |
+ { |
+ 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 */ |
+ 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-rl; |
- } |
+ writing-mode: vertical-rl; |
+ } |
span |
- { |
- border-left: blue solid 1em; |
- display: block; |
- } |
+ { |
+ border-left: blue solid 1em; |
+ display: block; |
+ } |
]]></style> |
</head> |