Index: LayoutTests/fast/multicol/float-paginate.html |
diff --git a/LayoutTests/fast/multicol/float-paginate.html b/LayoutTests/fast/multicol/float-paginate.html |
index 3491815bce49e187052e2e9c9687893081a67e7e..9c86d2816093086457f99b1ba68794bf098eefd2 100644 |
--- a/LayoutTests/fast/multicol/float-paginate.html |
+++ b/LayoutTests/fast/multicol/float-paginate.html |
@@ -1,14 +1,14 @@ |
-<body style="overflow: hidden;"> |
-<div style="-moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px"> |
+<!DOCTYPE html> |
+<p>There should be a green rectangle in the second column.</p> |
+<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;height:300px;width:250px;background-color:green;display:block"> |
+<img style="float:left;height:320px;width: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> |
-</body> |
+This is some text.<br>This is some text.<br>This is some text.<br>This is some text. |
+</div> |