Index: LayoutTests/fast/multicol/vertical-rl/float-paginate.html |
diff --git a/LayoutTests/fast/multicol/vertical-rl/float-paginate.html b/LayoutTests/fast/multicol/vertical-rl/float-paginate.html |
index ed3b04ad68c92dbe6867fa28ff5683ee0179f309..e3cec96862da92c663544abc31a15918019d312d 100644 |
--- a/LayoutTests/fast/multicol/vertical-rl/float-paginate.html |
+++ b/LayoutTests/fast/multicol/vertical-rl/float-paginate.html |
@@ -1,13 +1,15 @@ |
-<body style="-webkit-writing-mode:vertical-rl; height:1200px"> |
-<div style="-moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; width:400px"> |
+<!DOCTYPE html> |
+<body style="-webkit-writing-mode:vertical-rl;"> |
+<div style="-webkit-columns: 2; -webkit-column-gap: 20px; border:2px solid black; line-height: 20px;"> |
This is some text.<br> |
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br> |
This is some text.<br>This is some text.<br>This is some text.<br> |
-<img style="float:left;width:300px;height:250px;background-color:green;display:block"> |
+<img style="float:left;width:320px;height:150px;background-color:green;display:block"> |
This is some text.<br> |
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br> |
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br> |
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br> |
This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br> |
-This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br>This is some text.<br> |
-This is some text.<br>This is some text.<br>This is some text.<br> |
+This is some text.<br>This is some text.<br>This is some text.<br>This is some text. |
+</div> |
+</body> |