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

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

Issue 1028383002: Enable new multicol for testing and experimental web platform features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Need to mark virtual/slimmingpaint/svg/text/columns-do-not-apply.html as failing too. 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 1a61e229136489a433d54331a10adbd8cda46917..ce326aa8394220ffa3fb44a6492a3cddf43bfecc 100644
--- a/LayoutTests/fast/multicol/remove-all-children.html
+++ b/LayoutTests/fast/multicol/remove-all-children.html
@@ -2,8 +2,6 @@
<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