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

Unified Diff: LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.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/newmulticol/regular-block-becomes-multicol.html
diff --git a/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html b/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html
index 02c536af4e3dfaff6cdced234dc285df54c2d6a4..5e0c761143db3ddd0b4dd8d7e2d1fe9135a57fa2 100644
--- a/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html
+++ b/LayoutTests/fast/multicol/newmulticol/regular-block-becomes-multicol.html
@@ -3,8 +3,6 @@
<head>
<title>Change regular block to multicol</title>
<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