| Index: LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html
|
| diff --git a/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html b/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html
|
| index 04d103f5996afa317c857f29072d5b23fc3ce108..220f8ab541f9ba191a7b921b1e3303e295d0842b 100644
|
| --- a/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html
|
| +++ b/LayoutTests/compositing/overflow/do-not-assert-on-invisible-composited-layers.html
|
| @@ -6,7 +6,7 @@
|
| testRunner.dumpAsText();
|
|
|
| if (window.internals)
|
| - window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
|
| + window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
|
|
| function runTests() {
|
| var scrollParent = document.getElementById('scrollParent');
|
|
|