Index: LayoutTests/compositing/squashing/move-squashing-layer.html |
diff --git a/LayoutTests/compositing/squashing/move-squashing-layer.html b/LayoutTests/compositing/squashing/move-squashing-layer.html |
index d84e4509f4415ed194189d51d1fc3a0160536bb5..770bd3dcac6cdb90241cd4e559e1fe5d294b34e3 100644 |
--- a/LayoutTests/compositing/squashing/move-squashing-layer.html |
+++ b/LayoutTests/compositing/squashing/move-squashing-layer.html |
@@ -19,11 +19,11 @@ |
background-color: green; |
top: 100px; |
z-index: 1; |
- -webkit-transform:translateZ(0); |
+ transform:translateZ(0); |
} |
#background { |
- -webkit-transform:translateZ(0); |
+ transform:translateZ(0); |
z-index: 0; |
position: absolute; |
top: 50px; |