Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Unified Diff: LayoutTests/fast/multicol/change-height.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/multicol/change-height.html
diff --git a/LayoutTests/fast/multicol/change-height.html b/LayoutTests/fast/multicol/change-height.html
index e20c920b2bce4423db4c3d074c6cc43abe0fdcc3..799ed44c0e01e2fd696fa78dd5328acc2c3aaff9 100644
--- a/LayoutTests/fast/multicol/change-height.html
+++ b/LayoutTests/fast/multicol/change-height.html
@@ -2,8 +2,6 @@
<html>
<head>
<script>
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
function test() {
var elm = document.getElementById('elm');
elm.offsetTop; // trigger layout

Powered by Google App Engine
This is Rietveld 408576698