Index: LayoutTests/fast/repaint/multicol-with-overflowing-block-bt.html |
diff --git a/LayoutTests/fast/repaint/multicol-with-overflowing-block-bt.html b/LayoutTests/fast/repaint/multicol-with-overflowing-block-bt.html |
index 67dd28884b9476924f23644e42cf52054e825398..5e489aeb0313218ce6389bf68d7a3d41a1944cda 100644 |
--- a/LayoutTests/fast/repaint/multicol-with-overflowing-block-bt.html |
+++ b/LayoutTests/fast/repaint/multicol-with-overflowing-block-bt.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() { |
document.getElementById('elm').style.background = 'green'; |
} |