| Index: LayoutTests/fast/multicol/newmulticol/float-multicol.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/float-multicol.html b/LayoutTests/fast/multicol/newmulticol/float-multicol.html
|
| index b6ea7c053b15a88edc5d4253dd6ee525b936bb0c..7e249fb508744031d626e40eceba7ccee0aef654 100644
|
| --- a/LayoutTests/fast/multicol/newmulticol/float-multicol.html
|
| +++ b/LayoutTests/fast/multicol/newmulticol/float-multicol.html
|
| @@ -3,7 +3,7 @@
|
| <script>
|
| internals.settings.setRegionBasedColumnsEnabled(true)
|
| </script>
|
| - <body style="overflow:hidden; -moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width:24em; -webkit-column-gap:2em; height:600px">
|
| + <body style="overflow:hidden; -moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width:24em; -webkit-column-gap:2em; column-width:24em; column-gap:2em; column-fill:auto; height:600px">
|
| <div style="background:cyan;">
|
| <div style="float:left; width:50%; background:yellow; margin:0.3em;">
|
| <img src="resources/blimp.png" style="float:left;">
|
|
|