Index: LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
index 11642d0419cbe01fafa483a8c88cbb845657bcbd..376ac9b79e7a344b902122917c3db2902fa1c41f 100644 |
--- a/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
+++ b/LayoutTests/compositing/layer-creation/fixed-position-out-of-view-dynamic.html |
@@ -16,7 +16,6 @@ |
if (window.testRunner && window.internals) { |
testRunner.dumpAsText(); |
internals.settings.setAcceleratedCompositingForFixedPositionEnabled(true); |
- internals.settings.setFixedPositionCreatesStackingContext(true); |
addEventListener("load", function() { |
var fixed = document.createElement("div"); |