| Index: LayoutTests/fast/multicol/float-paginate.html
|
| diff --git a/LayoutTests/fast/multicol/float-paginate.html b/LayoutTests/fast/multicol/float-paginate.html
|
| index 17bb36b8cfd84c92b06ce9271d716969d976d3a4..2ae43d399ab876a78bad1364399c2d0308cd64b3 100644
|
| --- a/LayoutTests/fast/multicol/float-paginate.html
|
| +++ b/LayoutTests/fast/multicol/float-paginate.html
|
| @@ -1,4 +1,4 @@
|
| -<div style="-webkit-column-width:300px;-moz-column-width:300px; border:2px solid black; height:400px">
|
| +<div style="-moz-column-width:300px; -webkit-column-width:300px; -webkit-column-fill:auto; column-width:300px; column-fill:auto; border:2px solid black; height:400px">
|
| 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>
|
|
|