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'; |