Index: LayoutTests/animations/play-state.html |
diff --git a/LayoutTests/animations/play-state.html b/LayoutTests/animations/play-state.html |
index c13f460a8354247b5142278931b0a6c1fa396622..e81c1f4262d18c57fc2daf32bfa6e5697dbb1480 100644 |
--- a/LayoutTests/animations/play-state.html |
+++ b/LayoutTests/animations/play-state.html |
@@ -13,8 +13,8 @@ |
-webkit-animation-name: "move1"; |
} |
@-webkit-keyframes "move1" { |
- from { -webkit-transform: translateX(100px); } |
- to { -webkit-transform: translateX(200px); } |
+ from { transform: translateX(100px); } |
+ to { transform: translateX(200px); } |
} |
#left { |
position: relative; |