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

Unified Diff: LayoutTests/transitions/transition-currentcolor.html

Issue 1113173003: Web Animations: Update naming to reflect spec changes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No, really. Created 5 years, 7 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: LayoutTests/transitions/transition-currentcolor.html
diff --git a/LayoutTests/transitions/transition-currentcolor.html b/LayoutTests/transitions/transition-currentcolor.html
index 1a67741c9142f6afb74db8605cdb43c7c8e43131..a8f453a6cfea26b27fabf0ddd907d6275ec2852d 100644
--- a/LayoutTests/transitions/transition-currentcolor.html
+++ b/LayoutTests/transitions/transition-currentcolor.html
@@ -18,8 +18,8 @@ requestAnimationFrame(function() {
target2.style.borderLeftColor = "orange";
requestAnimationFrame(function() {
// Only 'color' should transition
- test1.step(function() { assert_equals(target1.getAnimationPlayers().length, 1); });
- test2.step(function() { assert_equals(target2.getAnimationPlayers().length, 1); });
+ test1.step(function() { assert_equals(target1.getAnimations().length, 1); });
+ test2.step(function() { assert_equals(target2.getAnimations().length, 1); });
test1.done();
test2.done();
});
« no previous file with comments | « LayoutTests/transitions/repeated-firing-background-color.html ('k') | LayoutTests/transitions/webkit-clip-path-equality.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698