Index: LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html |
diff --git a/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html b/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html |
index b602ab3e6ffd506ca63e7538acb99e1c3b95f9e4..4d844520d4c8c7fac5b61e773fb101abbaed94bc 100644 |
--- a/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html |
+++ b/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect.html |
@@ -11,10 +11,6 @@ |
<script> |
// Test that a repaint for the rect containing the changed background image is issued in the coordinate space of the |
// squashing layer, *not* local to the div with the background image on it. |
- |
-if (window.internals) |
- internals.settings.setLayerSquashingEnabled(true); |
- |
function repaintTest() { |
var imgElement = document.querySelector("#imgElement"); |
imgElement.style.backgroundImage = "url('data:image/gif;base64,R0lGODdhAgACAIABAAAAAP///ywAAAAAAgACAAACA0QCBQA7')"; |