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

Unified Diff: LayoutTests/fast/multicol/percent-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/percent-height.html
diff --git a/LayoutTests/fast/multicol/percent-height.html b/LayoutTests/fast/multicol/percent-height.html
index 622aaa37a6690007893b528df55ec1827f795537..1f6478869396fb1e173b31f33f9d29fec33985a2 100644
--- a/LayoutTests/fast/multicol/percent-height.html
+++ b/LayoutTests/fast/multicol/percent-height.html
@@ -2,10 +2,6 @@
<html>
<head>
<title>Resolving percent height inside multicol</title>
- <script>
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
- </script>
</head>
<body>
<p>There should be a blue square below.</p>
« no previous file with comments | « LayoutTests/fast/multicol/one-column-with-break.html ('k') | LayoutTests/fast/multicol/positioned-outside-of-columns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698