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

Unified Diff: LayoutTests/fast/multicol/remove-all-children.html

Issue 1050243002: Revert Enable new multicol for testing and experimental web platform features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/remove-all-children.html
diff --git a/LayoutTests/fast/multicol/remove-all-children.html b/LayoutTests/fast/multicol/remove-all-children.html
index ce326aa8394220ffa3fb44a6492a3cddf43bfecc..1a61e229136489a433d54331a10adbd8cda46917 100644
--- a/LayoutTests/fast/multicol/remove-all-children.html
+++ b/LayoutTests/fast/multicol/remove-all-children.html
@@ -2,6 +2,8 @@
<script>
if (window.testRunner)
testRunner.dumpAsText();
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
onload = function() {
document.body.offsetTop;
document.getElementById('child').style.display = 'none';

Powered by Google App Engine
This is Rietveld 408576698