| Index: LayoutTests/fast/repaint/multicol-with-overflowing-block-rl.html
 | 
| diff --git a/LayoutTests/fast/repaint/multicol-with-overflowing-block-rl.html b/LayoutTests/fast/repaint/multicol-with-overflowing-block-rl.html
 | 
| index ff27ccff15827ddb20f399284a1b8507cac1dd40..60793d0499451bb5bad3edd01bc80242391f6ee7 100644
 | 
| --- a/LayoutTests/fast/repaint/multicol-with-overflowing-block-rl.html
 | 
| +++ b/LayoutTests/fast/repaint/multicol-with-overflowing-block-rl.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';
 | 
|      }
 | 
| 
 |