X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FLayoutTests%2Fwebexposed%2Fweb-animations-api.html;h=516b920b9b4c6df0fa1af071e369802eaa5c6ddf;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=e3e52af86ef260614e658b8d580eaa6c26bb8014;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html b/src/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html index e3e52af..516b920 100644 --- a/src/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html +++ b/src/third_party/WebKit/LayoutTests/webexposed/web-animations-api.html @@ -7,22 +7,26 @@ 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.') + +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 LayouTests/webexposed.'); +},'Animation constructor should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.'); test(function() { assert_false('AnimationTimeline' in window); -},'Timeline should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.'); +},'Timeline should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.'); 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.'); +},'document.timeline should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.'); test(function() { assert_false('Timing' in window); -},'Timing should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.'); +},'Timing should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.'); test(function() { assert_false('AnimationNode' in window); -},'AnimationNode should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.'); +},'AnimationNode should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayoutTests/webexposed.');