Index: LayoutTests/animations/opacity-transform-animation.html |
diff --git a/LayoutTests/animations/opacity-transform-animation.html b/LayoutTests/animations/opacity-transform-animation.html |
index f99e5f4285a73fa8ba4116569812fa096de193cb..8852502354daad82734c9f2aec1def72df9d76a4 100644 |
--- a/LayoutTests/animations/opacity-transform-animation.html |
+++ b/LayoutTests/animations/opacity-transform-animation.html |
@@ -18,11 +18,11 @@ |
} |
@-webkit-keyframes move { |
from { |
- -webkit-transform: translateX(0) scale(1); |
+ transform: translateX(0) scale(1); |
opacity: 0.0; |
} |
to { |
- -webkit-transform: translateX(400px) scale(1); |
+ transform: translateX(400px) scale(1); |
opacity: 1.0; |
} |
} |