Index: third_party/WebKit/LayoutTests/webexposed/web-animations-api.html |
diff --git a/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html b/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html |
index 403e292ba4de52e10bb4fd4bbe239696f6fdb563..832401720e5ee79a2b03c441b85458b04afe5e0b 100644 |
--- a/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html |
+++ b/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html |
@@ -11,8 +11,8 @@ test(function() { |
}, '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); |
-},'Animation constructor should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.'); |
+ assert_true('Animation' in window); |
+},'Animation constructor should be exposed.'); |
test(function() { |
assert_false('AnimationTimeline' in window); |