Index: LayoutTests/compositing/anchor-point-should-not-affect-perspective-expected.html |
diff --git a/LayoutTests/compositing/anchor-point-should-not-affect-perspective-expected.html b/LayoutTests/compositing/anchor-point-should-not-affect-perspective-expected.html |
index 9118ccd58fea605d3af53a065c35a2eda4d91206..fa22f23972faf52fa46a064a130ed045e0ff6ac6 100644 |
--- a/LayoutTests/compositing/anchor-point-should-not-affect-perspective-expected.html |
+++ b/LayoutTests/compositing/anchor-point-should-not-affect-perspective-expected.html |
@@ -10,7 +10,7 @@ |
-webkit-transform-style: preserve-3d; |
} |
.transformed { |
- -webkit-transform: translate3d(100px, 100px, -25px); |
+ transform: translate3d(100px, 100px, -25px); |
} |
.resetTransformOrigin { |
-webkit-transform-origin: 50% 50% !important; |