| Index: LayoutTests/fast/repaint/multicol-with-abspos.html
 | 
| diff --git a/LayoutTests/fast/repaint/multicol-with-abspos.html b/LayoutTests/fast/repaint/multicol-with-abspos.html
 | 
| index 206f4d1bc535cd05178a7db87b2987b449a198e0..84511c41739f711b5b059827eeb9c4b9d4af312c 100644
 | 
| --- a/LayoutTests/fast/repaint/multicol-with-abspos.html
 | 
| +++ b/LayoutTests/fast/repaint/multicol-with-abspos.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';
 | 
| 
 |