Index: LayoutTests/fast/sub-pixel/column-clipping.html |
diff --git a/LayoutTests/fast/sub-pixel/column-clipping.html b/LayoutTests/fast/sub-pixel/column-clipping.html |
index 1ad0c1b4c9d841d6726e328d35ecd11240f8d160..828c9abdea294f232e5f86882bde4473f23c5748 100644 |
--- a/LayoutTests/fast/sub-pixel/column-clipping.html |
+++ b/LayoutTests/fast/sub-pixel/column-clipping.html |
@@ -3,6 +3,8 @@ |
<style> |
body > div { |
-webkit-column-count: 2; |
+ column-count: 2; |
+ column-fill: auto; |
width: 51px; |
position: absolute; |
left: 0px; |