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

Unified Diff: LayoutTests/compositing/iframes/iframe-composited-scrolling.html

Issue 239533002: Combine settings about compositing scrollable frames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 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/iframes/iframe-composited-scrolling.html
diff --git a/LayoutTests/compositing/iframes/iframe-composited-scrolling.html b/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
index fc7d16c38f7edca7a27dd6b667bddaee44641f9e..e929977d3ba9d5be3189e3e41d329aa3a8805b0b 100644
--- a/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
+++ b/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
@@ -10,7 +10,6 @@
<script>
if (window.internals) {
internals.settings.setForceCompositingMode(true);
- internals.settings.setAcceleratedCompositingForScrollableFramesEnabled(true);
internals.settings.setCompositedScrollingForFramesEnabled(true);
}
function doTest()
« no previous file with comments | « LayoutTests/compositing/force-compositing-mode/overflow-iframe-leave-compositing.html ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698