| Index: LayoutTests/fast/repaint/multicol-with-text.html
|
| diff --git a/LayoutTests/fast/repaint/multicol-with-text.html b/LayoutTests/fast/repaint/multicol-with-text.html
|
| index f54ae25419259aac6792df1dc8f816c4e213f0cb..1c007d7844617d5c2699a885832b6c6de0938a05 100644
|
| --- a/LayoutTests/fast/repaint/multicol-with-text.html
|
| +++ b/LayoutTests/fast/repaint/multicol-with-text.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 mc = document.getElementById('mc');
|
| mc.appendChild(document.createTextNode('PASS'));
|
|
|