Index: LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry.html |
diff --git a/LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry.html b/LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry.html |
index cb5a72d321d6745243dc287decc9cff2a0af7aca..598e79b578b6d07fd5df9b6fc75f234615fb4d38 100644 |
--- a/LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry.html |
+++ b/LayoutTests/compositing/squashing/invisible-layers-should-not-affect-geometry.html |
@@ -18,7 +18,7 @@ |
background-color: red; |
} |
.composited { |
- -webkit-transform: translateZ(0); |
+ transform: translateZ(0); |
} |
</style> |
<script> |