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

Unified Diff: LayoutTests/webexposed/web-animations-api.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/webexposed/web-animations-api.html
diff --git a/LayoutTests/webexposed/web-animations-api.html b/LayoutTests/webexposed/web-animations-api.html
index 516b920b9b4c6df0fa1af071e369802eaa5c6ddf..403e292ba4de52e10bb4fd4bbe239696f6fdb563 100644
--- a/LayoutTests/webexposed/web-animations-api.html
+++ b/LayoutTests/webexposed/web-animations-api.html
@@ -7,8 +7,8 @@ test(function() {
}, 'Element.animate() should be exposed.');
test(function() {
- assert_false('getAnimationPlayers' in Element.prototype);
-}, 'Element.getAnimationPlayers() should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.')
+ assert_false('getAnimations' in Element.prototype);
+}, 'Element.getAnimations() should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.')
test(function() {
assert_false('Animation' in window);
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | LayoutTests/webexposed/web-animations-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698