| Index: LayoutTests/fast/repaint/multicol-with-relpos.html
|
| diff --git a/LayoutTests/fast/repaint/multicol-with-relpos.html b/LayoutTests/fast/repaint/multicol-with-relpos.html
|
| index 7e8d1c91fcb7b9dcaece77ce858df793ca072f6b..b4d8ba59aad7c26df575162d83ad1b3f4fe85518 100644
|
| --- a/LayoutTests/fast/repaint/multicol-with-relpos.html
|
| +++ b/LayoutTests/fast/repaint/multicol-with-relpos.html
|
| @@ -1,10 +1,12 @@
|
| <!DOCTYPE html>
|
| <script src="resources/text-based-repaint.js"></script>
|
| <script>
|
| - if (window.internals)
|
| + if (window.internals) {
|
| + internals.settings.setRegionBasedColumnsEnabled(true);
|
| onload = runRepaintTest;
|
| - else
|
| + } else {
|
| onclick = repaintTest;
|
| + }
|
| function repaintTest() {
|
| var target = document.getElementById('target');
|
| target.style.visibility = 'visible';
|
|
|