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

Unified Diff: LayoutTests/transitions/repeated-firing-background-color.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/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
« no previous file with comments | « LayoutTests/transitions/interrupted-immediately.html ('k') | LayoutTests/transitions/transition-currentcolor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698