Chromium Code Reviews

Unified Diff: LayoutTests/fast/multicol/newmulticol/float-avoidance.html

Issue 341103002: [New Multicolumn] Remove unnecessary calls to setRegionBasedColumnsEnabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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;

Powered by Google App Engine