Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-022.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-022.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-022.xht |
index 868fcbdb057aa47027db67dd6341d41041596870..e652e15d9319d9f9b6e622c06cb21e9fe132abf4 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-022.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/block-flow-direction-022.xht |
@@ -15,9 +15,9 @@ |
<style type="text/css"><![CDATA[ |
html |
- { |
- writing-mode: vertical-lr; |
- } |
+ { |
+ writing-mode: vertical-lr; |
+ } |
/* |
" |
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 40px in several browsers */ |
- } |
- |
- ul.left-border { border-left: blue solid 1em; } |
- |
- ul#right-border { border-right: 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 40px in several browsers */ |
+ } |
+ |
+ ul.left-border |
+ { |
+ border-left: blue solid 1em; |
+ } |
+ |
+ ul#right-border |
+ { |
+ border-right: blue solid 1em; |
+ } |
]]></style> |
</head> |