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

Side by Side Diff: LayoutTests/web-animations-api/timed-item-expected.txt

Issue 939623002: Add TypeChecking=Unrestricted to Web Animation APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Drop AnimationAnimationPlayerTest.SetCurrentTimeUnrestrictedDouble Created 5 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 FAIL TimedItem.localTime and TimedItem.currentIteration are null when animation is not associated with a Player assert_equals: expected (object) null but got (u ndefined) undefined 2 FAIL TimedItem.localTime and TimedItem.currentIteration are null when animation is not associated with a Player assert_equals: expected (object) null but got (u ndefined) undefined
3 PASS TimedItem.localTime and TimedItem.currentIteration return reasonable values when an animation is in effect 3 PASS TimedItem.localTime and TimedItem.currentIteration return reasonable values when an animation is in effect
4 FAIL TimedItem.currentIteration is null when animation is not in effect assert_e quals: expected (object) null but got (undefined) undefined 4 FAIL TimedItem.currentIteration is null when animation is not in effect assert_e quals: expected (object) null but got (undefined) undefined
5 PASS TimedItem startTime, endTime, duration, activeDuration are sensible for a s imple animation 5 PASS TimedItem startTime, endTime, duration, activeDuration are sensible for a s imple animation
6 PASS TimedItem startTime, endTime, duration, activeDuration are sensible for ani mations with delays and iterations 6 PASS TimedItem startTime, endTime, duration, activeDuration are sensible for ani mations with delays and iterations
7 PASS TimedItem duration is calculated when no duration is specified 7 PASS TimedItem duration is calculated when no duration is specified
8 PASS Restricted double attributes on the Timing interface throws for non-finite values.
8 Harness: the test ran to completion. 9 Harness: the test ran to completion.
9 10
OLDNEW
« no previous file with comments | « LayoutTests/web-animations-api/timed-item.html ('k') | Source/core/animation/AnimationNodeTiming.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698