Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht |
index ca784745bf70b75d715636191d491194249b5b00..43ebc1ebd9be99dde04e85ccd2d52f10822eb209 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-019.xht |
@@ -15,28 +15,34 @@ |
<style type="text/css"><![CDATA[ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ } |
div#table-caption |
- { |
- display: table-caption; |
- height: 9em; |
- writing-mode: vertical-rl; |
- } |
+ { |
+ display: table-caption; |
+ height: 9em; |
+ writing-mode: vertical-rl; |
+ } |
div#table-caption > 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> |