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(); |
}); |