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

Unified Diff: LayoutTests/compositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling.html

Issue 22419002: Set up clip and scroll parents on the blink side. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling.html
diff --git a/LayoutTests/compositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling.html b/LayoutTests/compositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling.html
index bee8d0dfb262f42a3dd6defdde4826631407f5e4..7a4a09157fbd359e4f87aeef459bb0b512d7e37c 100644
--- a/LayoutTests/compositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling.html
+++ b/LayoutTests/compositing/overflow/do-not-opt-non-stacking-context-descendants-into-composited-scrolling.html
@@ -71,7 +71,6 @@
var layerTree = window.internals.layerTreeAsText(document);
text = document.createTextNode(layerTree + '\n');
pre.appendChild(text);
- window.internals.settings.setCompositorDrivenAcceleratedScrollingEnabled(false);
}
}

Powered by Google App Engine
This is Rietveld 408576698