Index: LayoutTests/webexposed/web-animations-api.html |
diff --git a/LayoutTests/webexposed/web-animations-api.html b/LayoutTests/webexposed/web-animations-api.html |
index d7b4e48925de0188b4a325224f59d5197e2b1ef6..7e31f77dd722be873f3f75f027db80a2c336e57d 100644 |
--- a/LayoutTests/webexposed/web-animations-api.html |
+++ b/LayoutTests/webexposed/web-animations-api.html |
@@ -17,4 +17,12 @@ test(function() { |
test(function() { |
assert_false('timeline' in document); |
},'document.timeline should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.'); |
+ |
+test(function() { |
+ assert_false('TimedItemTiming' in window); |
+},'TimedItemTiming 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.'); |
</script> |