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

Unified Diff: LayoutTests/compositing/repaint/scroll-fixed-layer-out-of-view.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/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()
{

Powered by Google App Engine
This is Rietveld 408576698