Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht |
index 6980c85eed1eab280983b0d09653281565f5e291..9a3895766059e39143d2a80ff697eed32a7e431b 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-021.xht |
@@ -15,9 +15,9 @@ |
<style type="text/css"><![CDATA[ |
html |
- { |
- writing-mode: vertical-rl; |
- } |
+ { |
+ writing-mode: vertical-rl; |
+ } |
/* |
" |
The principal writing mode of the document is determined by the writing-mode |
@@ -26,24 +26,30 @@ |
*/ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- height: 9em; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ height: 9em; |
+ } |
ul |
- { |
- background-color: blue; |
- border-bottom: blue solid 1em; |
- list-style: none outside url("support/blue1x1.png"); |
- margin: 0em; |
- padding-top: 1em; /* overriding default -webkit-padding-start: 40px in several browsers */ |
- } |
- |
- ul.right-border { border-right: blue solid 1em; } |
- |
- ul#left-border { border-left: blue solid 1em; } |
+ { |
+ background-color: blue; |
+ border-bottom: blue solid 1em; |
+ list-style: none outside url("support/blue1x1.png"); |
+ margin: 0em; |
+ padding-top: 1em; /* overriding default -webkit-padding-start: 40px in several browsers */ |
+ } |
+ |
+ ul.right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
+ |
+ ul#left-border |
+ { |
+ border-left: blue solid 1em; |
+ } |
]]></style> |
</head> |