Index: LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html |
diff --git a/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html |
index 155d4a18dbb8adbf742f15c5e2c054a81888fe5a..ebec16f32042e4e37cfbe19bb975833ccda30aac 100644 |
--- a/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html |
+++ b/LayoutTests/compositing/squashing/resize-squashing-layer-that-needs-full-repaint.html |
@@ -9,9 +9,6 @@ |
<script> |
// This test checks that resizing a squashing layer such that the offset of content squashed into it relative to the squashing |
// container causes a repaint of its bounds within the updated squashing layer geometry. |
-if (window.internals) |
- internals.settings.setLayerSquashingEnabled(true); |
- |
function repaintTest() { |
document.querySelector("#to-be-removed").style.display = 'none'; |
} |