Index: third_party/WebKit/LayoutTests/animations/change-keyframes.html |
diff --git a/third_party/WebKit/LayoutTests/animations/change-keyframes.html b/third_party/WebKit/LayoutTests/animations/change-keyframes.html |
index fc0bef452f7c6a4e5a6d67968807928496bd9227..b46b6e256d754ba4405414d8fa5688c700aa3b47 100644 |
--- a/third_party/WebKit/LayoutTests/animations/change-keyframes.html |
+++ b/third_party/WebKit/LayoutTests/animations/change-keyframes.html |
@@ -51,7 +51,7 @@ |
keyframes.deleteRule("100%"); |
keyframes.appendRule("0% { top: 50px; }"); |
keyframes.appendRule("100% { top: 150px; }"); |
- box.style.webkitAnimationName = "anim"; |
+ box.style.animationName = "anim"; |
// The left property should reset and top should be animating. |
assert_equals(getComputedStyle(box).left, '0px', 'left'); |