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

Unified Diff: LayoutTests/fast/multicol/mixed-opacity-fixed-test.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/mixed-opacity-fixed-test.html
diff --git a/LayoutTests/fast/multicol/mixed-opacity-fixed-test.html b/LayoutTests/fast/multicol/mixed-opacity-fixed-test.html
index 3fef3ead40350c5ab7015e11ce3fc3a13a7a1ca2..d67bf17af9deab6aa24957a4eb9fd8a5b1854f86 100644
--- a/LayoutTests/fast/multicol/mixed-opacity-fixed-test.html
+++ b/LayoutTests/fast/multicol/mixed-opacity-fixed-test.html
@@ -1,6 +1,3 @@
-<script>
-internals.settings.setRegionBasedColumnsEnabled(true)
-</script>
<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; width:420px; height:200px; border:2px solid black;">
<div style="opacity:0.5">
<div style="height:400px;background-color:green"></div>
« no previous file with comments | « LayoutTests/fast/multicol/inline-getclientrects.html ('k') | LayoutTests/fast/multicol/mixed-opacity-test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698