| Index: LayoutTests/compositing/repaint/scroll-fixed-layer-out-of-view.html
|
| diff --git a/LayoutTests/compositing/repaint/scroll-fixed-layer-out-of-view.html b/LayoutTests/compositing/repaint/scroll-fixed-layer-out-of-view.html
|
| index 4a8249a8514a45c402bc34e135dfd65e173d3d8a..9d2a44882a34afbd8896edee6716f797b8809d0c 100644
|
| --- a/LayoutTests/compositing/repaint/scroll-fixed-layer-out-of-view.html
|
| +++ b/LayoutTests/compositing/repaint/scroll-fixed-layer-out-of-view.html
|
| @@ -5,10 +5,8 @@
|
| if (window.testRunner)
|
| testRunner.dumpAsText();
|
|
|
| - if (window.internals) {
|
| + if (window.internals)
|
| internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true);
|
| - internals.settings.setFixedPositionCreatesStackingContext(true);
|
| - }
|
|
|
| function test()
|
| {
|
|
|