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

Unified Diff: LayoutTests/fast/multicol/positioned-outside-of-columns.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 | « LayoutTests/fast/multicol/percent-height.html ('k') | LayoutTests/fast/multicol/tall-float1.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/positioned-outside-of-columns.html
diff --git a/LayoutTests/fast/multicol/positioned-outside-of-columns.html b/LayoutTests/fast/multicol/positioned-outside-of-columns.html
index 95f8f01222a44dfe79af0414897a6f230bf12574..280b04ee3f6b78510c0c9b242f9ba9a073b9c3a5 100644
--- a/LayoutTests/fast/multicol/positioned-outside-of-columns.html
+++ b/LayoutTests/fast/multicol/positioned-outside-of-columns.html
@@ -1,6 +1,3 @@
-<script>
-internals.settings.setRegionBasedColumnsEnabled(true)
-</script>
<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; column-count:2; column-width:200px; column-fill:auto; width:410px; -webkit-column-gap:10px; border:2px solid black; height:200px">
<div style="height:400px;background-color:lime"></div>
<div style="position:absolute;height:200px;width:300px;background-color:lightgray; left:200px; top:200px;">
« no previous file with comments | « LayoutTests/fast/multicol/percent-height.html ('k') | LayoutTests/fast/multicol/tall-float1.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698