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

Unified Diff: LayoutTests/compositing/repaint/scroll-fixed-layer-no-content.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-no-content.html
diff --git a/LayoutTests/compositing/repaint/scroll-fixed-layer-no-content.html b/LayoutTests/compositing/repaint/scroll-fixed-layer-no-content.html
index b7bebd812e8b5c7a162024c244684474ff49fe51..3d90b1586e562dbefa18b567eea73cecb010b378 100644
--- a/LayoutTests/compositing/repaint/scroll-fixed-layer-no-content.html
+++ b/LayoutTests/compositing/repaint/scroll-fixed-layer-no-content.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