| Index: LayoutTests/fast/repaint/multicol-with-block.html
 | 
| diff --git a/LayoutTests/fast/repaint/multicol-with-block.html b/LayoutTests/fast/repaint/multicol-with-block.html
 | 
| index 22b4f1c7b0fba061644171022994f520b81dc8f4..0dc7efbb0bfaf8901df40e0c8df047d7c7b7296a 100644
 | 
| --- a/LayoutTests/fast/repaint/multicol-with-block.html
 | 
| +++ b/LayoutTests/fast/repaint/multicol-with-block.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';
 | 
| 
 |