Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-003.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-003.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-003.xht |
index e2616223304b127755aefaf3bae18df948de1d4a..5651161361659c17c1f78b496922d418ba79ed14 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-003.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-003.xht |
@@ -15,9 +15,9 @@ |
<style type="text/css"><![CDATA[ |
html |
- { |
- writing-mode: vertical-lr; |
- } |
+ { |
+ writing-mode: vertical-lr; |
+ } |
/* |
" |
The principal writing mode of the document is determined by the writing-mode |
@@ -26,22 +26,28 @@ |
*/ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- height: 9em; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ height: 9em; |
+ } |
div |
- { |
- background-color: blue; |
- border-bottom: blue solid 1em; |
- border-top: blue solid 1em; |
- } |
- |
- div.left-border { border-left: blue solid 1em; } |
- |
- div#right-border { border-right: blue solid 1em; } |
+ { |
+ background-color: blue; |
+ border-bottom: blue solid 1em; |
+ border-top: blue solid 1em; |
+ } |
+ |
+ div.left-border |
+ { |
+ border-left: blue solid 1em; |
+ } |
+ |
+ div#right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
]]></style> |
</head> |