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..373dc5070e95dd579131555e215a5b617f5b60eb 100644 |
--- a/LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html |
+++ b/LayoutTests/fast/block/positioning/offsetLeft-offsetTop-multicolumn-expected.html |
@@ -3,9 +3,10 @@ |
<head> |
<style> |
#multicol { |
- -webkit-column-width: 100px; |
-moz-column-width: 100px; |
+ -webkit-column-width: 100px; |
column-width: 100px; |
+ column-fill: auto; |
height: 200px; |
} |