Chromium Code Reviews

Unified Diff: LayoutTests/fast/repaint/multicol-relpos-with-abspos.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.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/fast/repaint/multicol-relpos-with-abspos.html
diff --git a/LayoutTests/fast/repaint/multicol-relpos-with-abspos.html b/LayoutTests/fast/repaint/multicol-relpos-with-abspos.html
index 353c892b0d3a0afe4921b62c2a3efd3d7befe89e..e9d821fa5f5e4780411506b4092bde3411106111 100644
--- a/LayoutTests/fast/repaint/multicol-relpos-with-abspos.html
+++ b/LayoutTests/fast/repaint/multicol-relpos-with-abspos.html
@@ -1,10 +1,12 @@
<!DOCTYPE html>
<script src="resources/text-based-repaint.js"></script>
<script>
- if (window.internals)
+ if (window.internals) {
+ internals.settings.setRegionBasedColumnsEnabled(true);
onload = runRepaintTest;
- else
+ } else {
onclick = repaintTest;
+ }
function repaintTest() {
var target = document.getElementById('target');
target.style.visibility = 'visible';

Powered by Google App Engine