| Index: LayoutTests/compositing/overflow/scroll-children-do-not-paint-comp-scroll-phase.html
|
| diff --git a/LayoutTests/compositing/overflow/scroll-children-do-not-paint-comp-scroll-phase.html b/LayoutTests/compositing/overflow/scroll-children-do-not-paint-comp-scroll-phase.html
|
| index d7cdf83fd30caa94e395fcf1741c7342825d122e..6bc69863dcad279474223a39d4f2169eb13f455a 100644
|
| --- a/LayoutTests/compositing/overflow/scroll-children-do-not-paint-comp-scroll-phase.html
|
| +++ b/LayoutTests/compositing/overflow/scroll-children-do-not-paint-comp-scroll-phase.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script>
|
| if (window.internals)
|
| - internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
|
| + internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| </script>
|
| <div style="overflow: auto; height: 100px;">
|
| <div style="height: 1000px">
|
|
|