| Index: LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
|
| diff --git a/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html b/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
|
| index a264a490665913a821372b2d2d9aa287ec7839ca..64f9494dcd3ef0d2f17d0b05de84560df230a96a 100644
|
| --- a/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
|
| +++ b/LayoutTests/compositing/force-compositing-mode/overflow-iframe-layer.html
|
| @@ -8,7 +8,7 @@
|
| </style>
|
| <script>
|
| if (window.internals) {
|
| - internals.settings.setCompositedScrollingForFramesEnabled(true);
|
| + internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| }
|
| function doTest()
|
| {
|
|
|