Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html

Issue 206463009: Rip out Settings::fixedPositionCreatesStackingContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html
diff --git a/LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html b/LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html
index edd01fbf66a4e5fdc44cb91e7ca5bd4cabe746c5..322a5b4c2648a70c59c854633ecf9df46009baf3 100644
--- a/LayoutTests/compositing/layer-creation/fixed-position-in-view-dynamic.html
+++ b/LayoutTests/compositing/layer-creation/fixed-position-in-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");

Powered by Google App Engine
This is Rietveld 408576698