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

Unified Diff: LayoutTests/fast/multicol/mixed-positioning-stacking-order.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-positioning-stacking-order.html
diff --git a/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html b/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
index f2369c9893e3003e92a082ab97184b49c42b3d84..3a7c75e1b1e9774366c8dc609edac5175f03ce7e 100644
--- a/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
+++ b/LayoutTests/fast/multicol/mixed-positioning-stacking-order.html
@@ -1,10 +1,5 @@
<!doctype html>
<html>
-<head>
-<script>
-internals.settings.setRegionBasedColumnsEnabled(true)
-</script>
-</head>
<body>
<div style="width:210px; height:200px; border:5px solid black; -moz-column-width:100px; -moz-column-gap:10px; -webkit-column-width:100px; -webkit-column-gap:10px; column-width:100px; column-gap:10px; column-fill:auto;">

Powered by Google App Engine
This is Rietveld 408576698