| Index: LayoutTests/fast/multicol/layers-split-across-columns.html
|
| diff --git a/LayoutTests/fast/multicol/layers-split-across-columns.html b/LayoutTests/fast/multicol/layers-split-across-columns.html
|
| index 7dde9cb93421484443858edeeb292efce64ee2a1..934885a9e5321b85f3a48cff6069a98ac737f5ec 100644
|
| --- a/LayoutTests/fast/multicol/layers-split-across-columns.html
|
| +++ b/LayoutTests/fast/multicol/layers-split-across-columns.html
|
| @@ -2,7 +2,7 @@
|
| <head>
|
| <style>
|
| .container { display:inline-block; width:220px; }
|
| -.multicol { -moz-column-width:100px; -webkit-column-width:100px; height:300px; border:5px solid black; -webkit-column-gap: 10px; -moz-column-gap: 10px }
|
| +.multicol { -moz-column-width:100px; -moz-column-gap:10px; -webkit-column-width:100px; -webkit-column-gap:10px; -webkit-column-fill:auto; column-width:100px; column-gap:10px; column-fill:auto; height:300px; border:5px solid black; }
|
| .block { width:100px; height:100px }
|
| .block:hover { background-color: maroon !important; }
|
| .layer { height:400px; width:100px }
|
|
|