Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-006.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-006.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-006.xht |
index 26173c49df459baf2c473508e85a7188ceb16bfe..3b1c6823acffcdfbf246ac8cc84b9a7c8f73a7bf 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-006.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-006.xht |
@@ -15,22 +15,25 @@ |
<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; |
- 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; |
+ writing-mode: vertical-rl; |
+ } |
+ |
+ div#right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
]]></style> |
</head> |