Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht |
index 1ff779b5e6af13c6aa75539632d0ec59e806de48..71508015179aee884d4d9a0d988d4d2f76b5b939 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-009.xht |
@@ -15,29 +15,35 @@ |
<style type="text/css"><![CDATA[ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ } |
div#abs-pos |
- { |
- height: 9em; |
- left: auto; |
- position: absolute; |
- writing-mode: vertical-rl; |
- } |
+ { |
+ height: 9em; |
+ left: auto; |
+ position: absolute; |
+ writing-mode: vertical-rl; |
+ } |
div#abs-pos > div |
- { |
- background-color: blue; |
- border-bottom: blue solid 1em; |
- border-top: blue solid 1em; |
- } |
- |
- div.right-border { border-right: blue solid 1em; } |
- |
- div#left-border { border-left: blue solid 1em; } |
+ { |
+ background-color: blue; |
+ border-bottom: blue solid 1em; |
+ border-top: blue solid 1em; |
+ } |
+ |
+ div.right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
+ |
+ div#left-border |
+ { |
+ border-left: blue solid 1em; |
+ } |
]]></style> |
</head> |