| Index: LayoutTests/fast/line-grid/line-grid-into-columns.html
|
| diff --git a/LayoutTests/fast/line-grid/line-grid-into-columns.html b/LayoutTests/fast/line-grid/line-grid-into-columns.html
|
| index 6db55855ad12d8ae70351161582fd2400a307c2d..08d22718c4d307355131cbf5d71639f6827e4124 100644
|
| --- a/LayoutTests/fast/line-grid/line-grid-into-columns.html
|
| +++ b/LayoutTests/fast/line-grid/line-grid-into-columns.html
|
| @@ -23,7 +23,7 @@ xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
|
| xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
|
| xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<br>
|
| </div>
|
| -<div style="height:500px; -webkit-column-count:2;padding:20px">
|
| +<div style="height:500px; -webkit-column-count:2; -webkit-column-fill:auto; column-count:2; column-fill:auto; padding:20px">
|
| <div style="font-size:16px">
|
| All of this text even though it's smaller should be on the 36px
|
| grid. The grid should reset at the top of the second column.<br>
|
|
|