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

Unified Diff: LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance.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/fixed-height-fill-balance.html
diff --git a/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance.html b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance.html
index acaf08993695ba0714c8b999251e75b2947dd5d6..3fa3d7c11010046336a768b5f1415fdb21e014e6 100644
--- a/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance.html
+++ b/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance.html
@@ -2,10 +2,6 @@
<html>
<head>
<title>balancing fixed-height multicol</title>
- <script>
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
- </script>
</head>
<body style="color:black; background:white;">
<p>Below there should be a blue box horizontally centered on the page.</p>

Powered by Google App Engine
This is Rietveld 408576698