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

Unified Diff: LayoutTests/fast/multicol/break-in-scrollable.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/break-in-scrollable.html
diff --git a/LayoutTests/fast/multicol/break-in-scrollable.html b/LayoutTests/fast/multicol/break-in-scrollable.html
index 77ca382a671d723249366a0c62e729e4bfe3f260..2e5156ef73243f778ee13a3641ca8ca893cc5b42 100644
--- a/LayoutTests/fast/multicol/break-in-scrollable.html
+++ b/LayoutTests/fast/multicol/break-in-scrollable.html
@@ -2,10 +2,6 @@
<html>
<head>
<title>Forced break inside scrollable container</title>
- <script>
- if (window.internals)
- internals.settings.setRegionBasedColumnsEnabled(true);
- </script>
</head>
<body>
<p>The word 'PASS' should be seen on the left below. The scrollbars shouldn't be scrollable.</p>
« no previous file with comments | « LayoutTests/fast/multicol/balance-unbreakable.html ('k') | LayoutTests/fast/multicol/break-in-scrollable-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698