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> |