| Index: LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
|
| diff --git a/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html b/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
|
| index ac2bc36fef465b712d4b8dae9eb64b3a6e9b4756..dcacd295ca2577aebbbefdfc987319d10089a8ce 100644
|
| --- a/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
|
| +++ b/LayoutTests/compositing/absolute-inside-out-of-view-fixed.html
|
| @@ -29,10 +29,8 @@
|
| if (window.testRunner) {
|
| testRunner.waitUntilDone();
|
| testRunner.dumpAsText();
|
| - if (window.internals) {
|
| + if (window.internals)
|
| window.internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
|
| - window.internals.settings.setFixedPositionCreatesStackingContext(true);
|
| - }
|
| }
|
|
|
| function doScroll()
|
|
|