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

Unified Diff: LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html

Issue 20103002: Make composited scrolling codepaths co-operate. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: UMA + bug Created 7 years, 3 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/out-of-flow-pos-descendants-should-affect-all-ancestors.html
diff --git a/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html b/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html
index 6f0f434e1a1bb9488a4c8a51c282ce3f848903f1..31ba836dc1b754b5a98a6ebde3ae7c21b23ce75e 100644
--- a/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html
+++ b/LayoutTests/compositing/overflow/out-of-flow-pos-descendants-should-affect-all-ancestors.html
@@ -28,8 +28,10 @@
// descendant property. Since no layers will opt out due to stacking
// issues, we can judge whether we're setting this state correctly
// by which layers opt-in.
- if (window.internals)
+ if (window.internals) {
window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
+ window.internals.settings.setCompositorDrivenAcceleratedScrollingEnabled(false);
+ }
if (window.testRunner)
window.testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698