Index: LayoutTests/fast/multicol/scrolling-overflow.html |
diff --git a/LayoutTests/fast/multicol/scrolling-overflow.html b/LayoutTests/fast/multicol/scrolling-overflow.html |
index 83a36fc6c5a5a46f1942debaf499eb46ba0a0649..668f979766d7198c2832225f73f3bc0b769c67a2 100644 |
--- a/LayoutTests/fast/multicol/scrolling-overflow.html |
+++ b/LayoutTests/fast/multicol/scrolling-overflow.html |
@@ -6,6 +6,8 @@ |
div#content { |
height: 300px; |
-webkit-column-width: 200px; |
+ column-width: 200px; |
+ column-fill: auto; |
} |
</style> |
<script> |