| Index: LayoutTests/compositing/overflow/descendant-with-clip-path.html
|
| diff --git a/LayoutTests/compositing/overflow/descendant-with-clip-path.html b/LayoutTests/compositing/overflow/descendant-with-clip-path.html
|
| index d6c4c97e7c98661e86b0370db2bb8c8166390b36..2118dba60e91d1d2ad506d66e9359f72aae39a56 100644
|
| --- a/LayoutTests/compositing/overflow/descendant-with-clip-path.html
|
| +++ b/LayoutTests/compositing/overflow/descendant-with-clip-path.html
|
| @@ -41,7 +41,7 @@ function isUsingCompositedScrolling(layer) {
|
| }
|
|
|
| if (window.internals)
|
| - window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
|
| + window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
|
|
| if (window.testRunner) {
|
| window.testRunner.dumpAsText();
|
|
|