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

Unified Diff: LayoutTests/fast/multicol/break-in-scrollable-expected.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-expected.html
diff --git a/LayoutTests/fast/multicol/break-in-scrollable-expected.html b/LayoutTests/fast/multicol/break-in-scrollable-expected.html
index b461aa2f1b36e44b08138bf4dfef7688a033b326..5b735b57ccb47878a4ec910114f160453d07eb8b 100644
--- a/LayoutTests/fast/multicol/break-in-scrollable-expected.html
+++ b/LayoutTests/fast/multicol/break-in-scrollable-expected.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/break-in-scrollable.html ('k') | LayoutTests/fast/multicol/change-block-child-height.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698