setting-current-time.html.ini (1050B)
1 [setting-current-time.html] 2 [Set animation current time to a value beyond effect end.] 3 expected: FAIL 4 5 [Set animation current time to a negative value.] 6 expected: FAIL 7 8 [Set animation current time to a valid value while playing.] 9 expected: FAIL 10 11 [Setting animation current time to null throws TypeError.] 12 expected: FAIL 13 14 [Setting animation.currentTime then restarting the animation should reset the current time.] 15 expected: FAIL 16 17 [Set animation current time to a valid value without playing.] 18 expected: FAIL 19 20 [Setting current time while play pending overrides the current time] 21 expected: FAIL 22 23 [Set Animation current time then scroll.] 24 expected: FAIL 25 26 [Animation current time set while the timeline is inactive holds when the timeline becomes active again.] 27 expected: FAIL 28 29 [Animation current time and play state are correct when current time is set while the timeline is inactive.] 30 expected: FAIL 31 32 [Setting the current time to an absolute time value throws exception] 33 expected: FAIL