| 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..456f41d2366622734cf7e9043abb5c1efc26a2bb 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; 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>
|
|
|