Index: LayoutTests/transitions/repeated-firing-background-color.html |
diff --git a/LayoutTests/transitions/repeated-firing-background-color.html b/LayoutTests/transitions/repeated-firing-background-color.html |
index 25914356360e1463fef8c5127a4f2cfbcadf9611..a14fa20b536e73994f3de521e6e7f109a939924a 100644 |
--- a/LayoutTests/transitions/repeated-firing-background-color.html |
+++ b/LayoutTests/transitions/repeated-firing-background-color.html |
@@ -11,7 +11,7 @@ |
<script> |
function checkRunning() |
{ |
- var current = document.timeline.getAnimationPlayers().length; |
+ var current = document.timeline.getAnimations().length; |
if (current == 0) |
document.getElementById('result').innerHTML = "PASS: Number of active transitions is (0) as expected"; |
else |