| Index: LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html
|
| diff --git a/LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html b/LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html
|
| index de4f64aedb671450e53adce871f51347d9047f5b..fee6d0146c29ee16793326b7ffdc0b645c572b97 100644
|
| --- a/LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html
|
| +++ b/LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html
|
| @@ -3,9 +3,11 @@
|
| <head>
|
| <style>
|
| #multicol {
|
| - -webkit-column-width: 100px;
|
| -moz-column-width: 100px;
|
| + -webkit-column-width: 100px;
|
| + -webkit-column-fill: auto;
|
| column-width: 100px;
|
| + column-fill: auto;
|
| height: 200px;
|
| }
|
|
|
|
|