Chromium Code Reviews| 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..8a0174de01323d9f93c1461154b94f51f1df1498 100644 |
| --- a/LayoutTests/fast/multicol/float-paginate.html |
| +++ b/LayoutTests/fast/multicol/float-paginate.html |
| @@ -1,14 +1,14 @@ |
| +<!DOCTYPE html> |
| <body style="overflow: hidden;"> |
|
mstensho (USE GERRIT)
2014/11/03 16:20:10
No need for hidden overflow, or the BODY tag, for
|
| -<div style="-moz-column-width:300px; -webkit-column-width:300px; column-width:300px; column-fill:auto; border:2px solid black; height:400px"> |
| +<div style="-webkit-columns: 2; column-fill:auto; -webkit-column-gap: 20px; border:2px solid black;"> |
|
mstensho (USE GERRIT)
2014/11/03 16:20:10
Could you set line-height, to get a more predictab
andersr
2014/11/04 11:06:27
Done.
|
| 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:300px;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> |
| +This is some text.<br>This is some text.<br>This is some text.<br>This is some text. |
| </body> |