| Index: LayoutTests/fast/repaint/paged-with-overflowing-block-rl.html
|
| diff --git a/LayoutTests/fast/repaint/paged-with-overflowing-block-rl.html b/LayoutTests/fast/repaint/paged-with-overflowing-block-rl.html
|
| index a0d760fc5ebbadeec47a5e8a51520de05b19de14..7b5dfb2fd4193f06316fb9e84cb187a3dbca57e5 100644
|
| --- a/LayoutTests/fast/repaint/paged-with-overflowing-block-rl.html
|
| +++ b/LayoutTests/fast/repaint/paged-with-overflowing-block-rl.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() {
|
| document.getElementById('elm').style.background = 'green';
|
| }
|
|
|