Index: third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-003.xht |
diff --git a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-003.xht b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-003.xht |
index df7cda9155d1e054b1374a316123fc342c861c56..fd253bbfb48e0185f25f928ac8d947acd3ffed18 100644 |
--- a/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-003.xht |
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-writing-modes-3/line-box-direction-003.xht |
@@ -15,24 +15,24 @@ |
<style type="text/css"><![CDATA[ |
body |
- { |
- color: yellow; |
- font: 20px/1 Ahem; |
- } |
+ { |
+ color: yellow; |
+ font: 20px/1 Ahem; |
+ } |
div |
- { |
- background-color: blue; |
- border: blue solid 1em; |
- height: 7em; /* Each line box has an inline-size of 7em */ |
- writing-mode: vertical-lr; |
- } |
+ { |
+ background-color: blue; |
+ border: blue solid 1em; |
+ height: 7em; /* Each line box has an inline-size of 7em */ |
+ writing-mode: vertical-lr; |
+ } |
]]></style> |
</head> |
<body> |
- <div>AAAAAAA B C D E FFFF GGGGGGG H J K L MMMMMMM NNNN Q R S T U V W X YYYY aaaa b c d e f g h j kkkk</div> |
+ <div>AAAAAAA B C D E FFFF GGGGGGG H J K L MMMMMMM NNNN Q R S T U V W X YYYY aaaa b c d e f g h j kkkk</div> |
</body> |
</html> |