| Index: LayoutTests/compositing/fixed-body-background-positioned.html
|
| diff --git a/LayoutTests/compositing/fixed-body-background-positioned.html b/LayoutTests/compositing/fixed-body-background-positioned.html
|
| index 1b3eba1ed60f0c21d40a9714b78779278f7460b6..02be3fe3181692795e12b88d0a6a335e82a4c79f 100644
|
| --- a/LayoutTests/compositing/fixed-body-background-positioned.html
|
| +++ b/LayoutTests/compositing/fixed-body-background-positioned.html
|
| @@ -26,7 +26,7 @@
|
| <script>
|
| if (window.testRunner) {
|
| testRunner.dumpAsTextWithPixelResults();
|
| - window.internals.settings.setAcceleratedCompositingForFixedRootBackgroundEnabled(true);
|
| + window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| }
|
|
|
| function doTest()
|
|
|