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

Unified Diff: LayoutTests/webexposed/web-animations-api.html

Issue 293893003: Web Animations: Rename TimedItem to AnimationSource (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectations. Created 6 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 e7df34326645a31446964af9fbbde6b459805a9e..b059e0162973cfcbcf17a721626cd22da22b2b04 100644
--- a/LayoutTests/webexposed/web-animations-api.html
+++ b/LayoutTests/webexposed/web-animations-api.html
@@ -23,6 +23,6 @@ test(function() {
},'Timing should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.');
test(function() {
- assert_false('TimedItem' in window);
-},'TimedItem should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.');
+ assert_false('AnimationSource' in window);
+},'AnimationSource should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.');
</script>

Powered by Google App Engine
This is Rietveld 408576698