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; |