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

Unified Diff: LayoutTests/fast/multicol/change-block-child-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-block-child-height.html
diff --git a/LayoutTests/fast/multicol/change-block-child-height.html b/LayoutTests/fast/multicol/change-block-child-height.html
index 3c028913f593ffd50a381db55fb40087aacc65b5..7d9423539c23499eaa83cc54e86b4b35cfb6bbd1 100644
--- a/LayoutTests/fast/multicol/change-block-child-height.html
+++ b/LayoutTests/fast/multicol/change-block-child-height.html
@@ -1,7 +1,5 @@
<!DOCTYPE html>
<script>
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
onload = function() {
document.body.offsetTop; // trigger layout
document.getElementById('elm').style.height = '0';

Powered by Google App Engine
This is Rietveld 408576698