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

Unified Diff: LayoutTests/web-animations-api/w3c/getAnimationPlayers.html

Issue 423763002: Animations: Fix bug where getAnimationPlayers() crashes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/animation/ElementAnimation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/web-animations-api/w3c/getAnimationPlayers.html
diff --git a/LayoutTests/web-animations-api/w3c/getAnimationPlayers.html b/LayoutTests/web-animations-api/w3c/getAnimationPlayers.html
index 85b598066ba5b41a145f4dcd29a12259e9ab8a75..a2ee8e69158655ec9b1dd0ff026b8309c652e2f2 100644
--- a/LayoutTests/web-animations-api/w3c/getAnimationPlayers.html
+++ b/LayoutTests/web-animations-api/w3c/getAnimationPlayers.html
@@ -21,6 +21,8 @@ var element = document.getElementById('element');
test(function() {
assert_equals(document.timeline.getAnimationPlayers().length, 0);
+ assert_equals(container.getAnimationPlayers().length, 0);
+ assert_equals(element.getAnimationPlayers().length, 0);
var player = element.animate([], 1000);
assert_equals(document.timeline.getAnimationPlayers().length, 1);
« no previous file with comments | « no previous file | Source/core/animation/ElementAnimation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698