Chromium Code Reviews| Index: LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html |
| diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html |
| index 3fda5e5371bd4a565b9432f4b3603dacf7caccbc..a1d3741788342696ffc73e3d3d38dc9ff36ee1e5 100644 |
| --- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html |
| +++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view.html |
| @@ -13,7 +13,7 @@ |
| <script type="text/javascript"> |
| if (window.internals) |
| - window.internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true); |
| + window.internals.settings.setPreferCompositingToLCDTextEnabled(true); |
| if (window.testRunner) { |
| testRunner.dumpAsText(); |