Index: LayoutTests/fast/multicol/columns-shorthand-parsing.html |
diff --git a/LayoutTests/fast/multicol/columns-shorthand-parsing.html b/LayoutTests/fast/multicol/columns-shorthand-parsing.html |
index 8af4ffaa67fdd8ba2fd908ea73f5edc3a38a51fc..ff249999f418841428a156929f275baf9c3e3627 100644 |
--- a/LayoutTests/fast/multicol/columns-shorthand-parsing.html |
+++ b/LayoutTests/fast/multicol/columns-shorthand-parsing.html |
@@ -1,6 +1,7 @@ |
<html> |
<head> |
<style> |
+body { overflow: hidden; } |
div { |
-webkit-columns: 2; |
-moz-column-count: 2; |