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

Unified Diff: LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.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/repaint/multicol-with-abspos-in-relpos.html
diff --git a/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html b/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html
index 2cada02851e1a2138ed8a03fe255950d835e4631..1b0e89cfc77b56987bf1ff301abbe8cb42c5de35 100644
--- a/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html
+++ b/LayoutTests/fast/repaint/multicol-with-abspos-in-relpos.html
@@ -1,12 +1,10 @@
<!DOCTYPE html>
<script src="resources/text-based-repaint.js"></script>
<script>
- if (window.internals) {
- internals.settings.setRegionBasedColumnsEnabled(true);
+ if (window.internals)
onload = runRepaintTest;
- } else {
+ else
onclick = repaintTest;
- }
function repaintTest() {
var target = document.getElementById('target');
target.style.visibility = 'visible';
« no previous file with comments | « LayoutTests/fast/repaint/multicol-with-abspos.html ('k') | LayoutTests/fast/repaint/multicol-with-block.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698