| Index: LayoutTests/fast/multicol/scrolling-overflow.html
|
| diff --git a/LayoutTests/fast/multicol/scrolling-overflow.html b/LayoutTests/fast/multicol/scrolling-overflow.html
|
| index 668f979766d7198c2832225f73f3bc0b769c67a2..dd023cbe9d6b6f2712465b213d9c1e62fc3ca7ac 100644
|
| --- a/LayoutTests/fast/multicol/scrolling-overflow.html
|
| +++ b/LayoutTests/fast/multicol/scrolling-overflow.html
|
| @@ -17,6 +17,9 @@
|
| document.documentElement.scrollLeft = 100;
|
| document.body.offsetLeft;
|
| }
|
| + if (window.internals) {
|
| + window.internals.settings.setForceCompositingMode(true);
|
| + }
|
| </script>
|
| </head>
|
|
|
|
|