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

Unified Diff: LayoutTests/fast/multicol/balance-short-trailing-empty-block.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 | « no previous file | LayoutTests/fast/multicol/balance-trailing-border.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/balance-short-trailing-empty-block.html
diff --git a/LayoutTests/fast/multicol/balance-short-trailing-empty-block.html b/LayoutTests/fast/multicol/balance-short-trailing-empty-block.html
index 97eac38cd97bd9062d59e0d8b1db0e4613bb6cd4..27481524b967f8b1595ec81f336cf7351dc68ea9 100644
--- a/LayoutTests/fast/multicol/balance-short-trailing-empty-block.html
+++ b/LayoutTests/fast/multicol/balance-short-trailing-empty-block.html
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<script src="../../resources/js-test.js"></script>
-<script>
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
-</script>
<p>Both words below should be in the the right column.</p>
<div id="console"></div>
<div id="mc" style="-webkit-columns:2; columns:2; orphans:1; widows:1; -webkit-column-rule:1px solid; column-rule:1px solid; background:olive;">
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/balance-trailing-border.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698