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

Unified Diff: LayoutTests/fast/multicol/newmulticol/float-multicol.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/newmulticol/float-multicol.html
diff --git a/LayoutTests/fast/multicol/newmulticol/float-multicol.html b/LayoutTests/fast/multicol/newmulticol/float-multicol.html
index 7e249fb508744031d626e40eceba7ccee0aef654..a57a63af9d2703274df6dbc3ae7001e33c742cb8 100644
--- a/LayoutTests/fast/multicol/newmulticol/float-multicol.html
+++ b/LayoutTests/fast/multicol/newmulticol/float-multicol.html
@@ -1,8 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
-<script>
-internals.settings.setRegionBasedColumnsEnabled(true)
-</script>
<body style="overflow:hidden; -moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width:24em; -webkit-column-gap:2em; column-width:24em; column-gap:2em; column-fill:auto; height:600px">
<div style="background:cyan;">
<div style="float:left; width:50%; background:yellow; margin:0.3em;">
« no previous file with comments | « LayoutTests/fast/multicol/newmulticol/float-avoidance.html ('k') | LayoutTests/fast/multicol/newmulticol/float-paginate.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698