Index: LayoutTests/fast/multicol/newmulticol/float-avoidance.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/float-avoidance.html b/LayoutTests/fast/multicol/newmulticol/float-avoidance.html |
index b5677925f081f3db4f2f379523086755225c350c..f5b3b392fc83f25c89a0fac8a5b8be773811776b 100644 |
--- a/LayoutTests/fast/multicol/newmulticol/float-avoidance.html |
+++ b/LayoutTests/fast/multicol/newmulticol/float-avoidance.html |
@@ -1,6 +1,3 @@ |
-<script> |
-internals.settings.setRegionBasedColumnsEnabled(true) |
-</script> |
<body style="overflow:hidden"> |
<div style="float:left; width:200px; height:100px; background-color:lime"></div> |
<div style="height:130px; width:415px; -moz-column-width:200px; -webkit-column-width:200px; column-width:200px; column-fill:auto; |