| Index: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
|
| diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
|
| index f5b371b6f2814c3ec92d0bf74656939e69a3971e..466a4f2c8ef29e41379bfb8440c8531e29dcdff6 100644
|
| --- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
|
| +++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-scaled-scroll.html
|
| @@ -19,7 +19,7 @@
|
| testRunner.waitUntilDone();
|
| }
|
| if (window.internals && window.eventSender) {
|
| - window.internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
|
| + window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
|
|
| addEventListener("load", function() {
|
| window.scrollTo(100,100);
|
|
|