Index: LayoutTests/compositing/squashing/add-remove-squashed-layers.html |
diff --git a/LayoutTests/compositing/squashing/add-remove-squashed-layers.html b/LayoutTests/compositing/squashing/add-remove-squashed-layers.html |
index 592f767f398aa4ffca30c3a4b2559b9d13ad5f3d..eb5834bdbc49c03f4dc633fd264c84d5c2d0f3ae 100644 |
--- a/LayoutTests/compositing/squashing/add-remove-squashed-layers.html |
+++ b/LayoutTests/compositing/squashing/add-remove-squashed-layers.html |
@@ -59,10 +59,8 @@ div:hover { |
var isInteractive = true; |
- if (window.internals) { |
- internals.settings.setLayerSquashingEnabled(true); |
+ if (window.internals) |
isInteractive = false; |
- } |
function resetLayers() |
{ |