| Index: LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html
|
| diff --git a/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html b/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html
|
| index 6f0f434e1a1bb9488a4c8a51c282ce3f848903f1..31ba836dc1b754b5a98a6ebde3ae7c21b23ce75e 100644
|
| --- a/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html
|
| +++ b/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html
|
| @@ -28,8 +28,10 @@
|
| // descendant property. Since no layers will opt out due to stacking
|
| // issues, we can judge whether we're setting this state correctly
|
| // by which layers opt-in.
|
| - if (window.internals)
|
| + if (window.internals) {
|
| window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
|
| + window.internals.settings.setCompositorDrivenAcceleratedScrollingEnabled(false);
|
| + }
|
|
|
| if (window.testRunner)
|
| window.testRunner.dumpAsText();
|
|
|