Index: LayoutTests/compositing/squashing/squash-clipped-expected.html |
diff --git a/LayoutTests/compositing/squashing/squash-clipped-expected.html b/LayoutTests/compositing/squashing/squash-clipped-expected.html |
index 3c56cb44dbb6399a0f3395fc88e4262debf2f196..2645c7a2d88736b04effea9285b3614894ba6a4f 100644 |
--- a/LayoutTests/compositing/squashing/squash-clipped-expected.html |
+++ b/LayoutTests/compositing/squashing/squash-clipped-expected.html |
@@ -2,7 +2,7 @@ |
<head> |
<style> |
.composited { |
- -webkit-transform: translatez(0); |
+ transform: translatez(0); |
} |
.box { |
@@ -43,7 +43,7 @@ |
} |
.clipper { |
- -webkit-transform: translatez(0); |
+ transform: translatez(0); |
width: 400px; |
height: 400px; |
background-color: gray; |