| Index: LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| diff --git a/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html b/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| index 7a80e5324c1ecc21e1406c19d85431a91aa7b93b..c75ca468de11724e98ffb6786499ea0237b63a0b 100644
|
| --- a/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| +++ b/LayoutTests/compositing/squashing/universal-accelerated-overflow-scrolling.html
|
| @@ -32,10 +32,8 @@
|
| if (window.testRunner)
|
| testRunner.dumpAsTextWithPixelResults();
|
|
|
| - if (window.internals) {
|
| + if (window.internals)
|
| window.internals.settings.setPreferCompositingToLCDTextEnabled(true);
|
| - window.internals.settings.setLayerSquashingEnabled(true);
|
| - }
|
|
|
| function doTest() {
|
| var container = document.getElementById("container");
|
|
|