Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1996)

Unified Diff: third_party/WebKit/LayoutTests/animations/change-keyframes.html

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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');

Powered by Google App Engine
This is Rietveld 408576698