Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-007.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-007.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-007.xht |
index 3814aef0fb27cd76232db463a4ee6035109a90b3..0a94be7c9052d350da3de69e4fb027879fc2113c 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-007.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-007.xht |
@@ -15,23 +15,29 @@ |
<style type="text/css"><![CDATA[ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ } |
div#floated-right |
- { |
- background-color: blue; |
- border-bottom: blue solid 1em; |
- border-top: blue solid 1em; |
- float: right; |
- writing-mode: vertical-lr; |
- } |
- |
- 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; |
+ float: right; |
+ writing-mode: vertical-lr; |
+ } |
+ |
+ div.left-border |
+ { |
+ border-left: blue solid 1em; |
+ } |
+ |
+ div#right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
]]></style> |
</head> |