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

Unified Diff: LayoutTests/fast/multicol/widows.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
« no previous file with comments | « LayoutTests/fast/multicol/transform-inside-opacity.html ('k') | LayoutTests/fast/multicol/widows2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/widows.html
diff --git a/LayoutTests/fast/multicol/widows.html b/LayoutTests/fast/multicol/widows.html
index e99a5ede1226a9106358e9e622b45102c8182d26..1fdf64d89c70857a77f04eb1453b7f59a50bd707 100644
--- a/LayoutTests/fast/multicol/widows.html
+++ b/LayoutTests/fast/multicol/widows.html
@@ -2,8 +2,6 @@
<script src="../../resources/js-test.js"></script>
<script>
description("Test column balancer behavior when widows requirements are high, and there's need for an early break to honor widows");
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
</script>
<p>The 5 lines should all be in the second column.</p>
<div id="mc" style="-webkit-columns:3; columns:3; -webkit-column-rule:solid; line-height:50px; orphans:1; widows:5;">
« no previous file with comments | « LayoutTests/fast/multicol/transform-inside-opacity.html ('k') | LayoutTests/fast/multicol/widows2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698