Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-001.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht |
similarity index 83% |
rename from third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-001.xht |
rename to third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht |
index 192d7437d7794f72f3669c8e8af11d86d1a58c86..e245621e6c53d927a420f83d2c00ad95a2a6cf72 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-001.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-htb-001.xht |
@@ -14,7 +14,10 @@ |
<meta content="This test checks that block-level boxes in a 'horizontal-tb' writing mode are laid out one after the other, vertically, with the first beginning at the top of a containing block; they are ordered from top to bottom meaning that the 1st block box is the topmost one, then the 2nd block is juxtaposed at its bottom, then the 3rd block is juxtaposed to the 2nd block at its bottom, etc..." name="assert" /> |
<style type="text/css"><![CDATA[ |
- html { writing-mode: horizontal-tb; } |
+ html |
+ { |
+ writing-mode: horizontal-tb; |
+ } |
/* |
" |
The principal writing mode of the document is determined by the writing-mode |
@@ -23,22 +26,28 @@ |
*/ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- width: 21em; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ width: 21em; |
+ } |
div |
- { |
- background-color: blue; |
- border-left: blue solid 1em; |
- border-right: blue solid 1em; |
- } |
- |
- div#top-border { border-top: blue solid 1em; } |
- |
- div#bottom-border { border-bottom: blue solid 1em; } |
+ { |
+ background-color: blue; |
+ border-left: blue solid 1em; |
+ border-right: blue solid 1em; |
+ } |
+ |
+ div#top-border |
+ { |
+ border-top: blue solid 1em; |
+ } |
+ |
+ div#bottom-border |
+ { |
+ border-bottom: blue solid 1em; |
+ } |
]]></style> |
</head> |