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

Unified Diff: LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html

Issue 785333002: Delete the Layer Squashing runtime feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/squashing/overflow-scroll-grandchildren.html
diff --git a/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html b/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html
index fb5879544901b423666a766daf0924ef100f43ca..c64af5cab295732ee5129831c13e555cf6196d4a 100644
--- a/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html
+++ b/LayoutTests/compositing/squashing/overflow-scroll-grandchildren.html
@@ -53,9 +53,6 @@
</div>
</div>
<script>
-if (window.internals)
- window.internals.settings.setLayerSquashingEnabled(true);
-
// Scroll so that one of the grandchildren boxes is half clipped by the overflow:scroll div.
var container = document.getElementById("container");
container.scrollTop = 65;

Powered by Google App Engine
This is Rietveld 408576698