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

Unified Diff: LayoutTests/transitions/interrupted-immediately.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/interrupted-immediately.html
diff --git a/LayoutTests/transitions/interrupted-immediately.html b/LayoutTests/transitions/interrupted-immediately.html
index cef046977115adfb260e29c86573381a1cf13f0a..92b58e867a304d6226f3d2d696a6a5c4c8beefe9 100644
--- a/LayoutTests/transitions/interrupted-immediately.html
+++ b/LayoutTests/transitions/interrupted-immediately.html
@@ -40,7 +40,7 @@
// Force at least one timing update and recalc after the interruption.
id = requestAnimationFrame(function() {
cancelAnimationFrame(id);
- var current = document.timeline.getAnimationPlayers().length;
+ var current = document.timeline.getAnimations().length;
document.getElementById('result').innerHTML = (current == 0) ? "PASS" : "FAIL";
if (window.testRunner)
testRunner.notifyDone();

Powered by Google App Engine
This is Rietveld 408576698