Index: LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html |
diff --git a/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html b/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html |
index c5d4eefd2847d3f96676cb45bb670ee67e759e2e..d7efde1a2de1867a893b15fc32dc936c6a4a1e7c 100644 |
--- a/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html |
+++ b/LayoutTests/fast/multicol/pageLogicalOffset-vertical-expected.html |
@@ -1,32 +1,32 @@ |
-<style> |
- .container { |
- background-color: lightblue; |
- height: 200px; |
- width: 100px; |
- -webkit-columns: 2; |
- -webkit-column-gap: 0; |
- margin: 8px; |
- } |
- |
- .margin-before { |
- width: 90px; |
- } |
- |
- .test { |
- font: 20px ahem; |
- background-color: yellow; |
- } |
-</style> |
-<div class="container" style="-webkit-writing-mode: vertical-rl;"> |
- <div> |
- <div class="margin-before"></div> |
- <div class="test">Test</div> |
- </div> |
-</div> |
- |
-<div class="container" style="-webkit-writing-mode: vertical-lr;"> |
- <div> |
- <div class="margin-before"></div> |
- <div class="test">Test</div> |
- </div> |
-</div> |
+<style> |
+ .container { |
+ background-color: lightblue; |
+ height: 200px; |
+ width: 100px; |
+ -webkit-columns: 2; |
+ -webkit-column-gap: 0; |
+ margin: 8px; |
+ } |
+ |
+ .margin-before { |
+ width: 90px; |
+ } |
+ |
+ .test { |
+ font: 20px ahem; |
+ background-color: yellow; |
+ } |
+</style> |
+<div class="container" style="-webkit-writing-mode: vertical-rl;"> |
+ <div> |
+ <div class="margin-before"></div> |
+ <div class="test">Test</div> |
+ </div> |
+</div> |
+ |
+<div class="container" style="-webkit-writing-mode: vertical-lr;"> |
+ <div> |
+ <div class="margin-before"></div> |
+ <div class="test">Test</div> |
+ </div> |
+</div> |