Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-008.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-008.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-008.xht |
index ad49de4cb577212ee7a08f8fb3c1565ed982678c..4db0ef99e97ef7b2b36d63997fc4b0a315d0997a 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-008.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-008.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-right |
- { |
- background-color: blue; |
- border-bottom: blue solid 1em; |
- border-right: blue solid 1em; |
- border-top: blue solid 1em; |
- float: right; |
- writing-mode: vertical-lr; |
- } |
- |
- div#left-border { border-left: blue solid 1em; } |
+ { |
+ background-color: blue; |
+ border-bottom: blue solid 1em; |
+ border-right: blue solid 1em; |
+ border-top: blue solid 1em; |
+ float: right; |
+ writing-mode: vertical-lr; |
+ } |
+ |
+ div#left-border |
+ { |
+ border-left: blue solid 1em; |
+ } |
]]></style> |
</head> |