blob: d2f653a65748490e9dc04b448e59073757d8577f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[reverse-animation.html]
[Reversing an animation inverts the playback rate]
expected: FAIL
[Reversing an animation does not cause it to resolve the ready promise]
expected: FAIL
[Reversing an animation without an active timeline throws an InvalidStateError]
expected: FAIL
[Reversing an animation plays a pausing animation]
expected: FAIL
[Reversing an animation does not cause it to leave the pending state]
expected: FAIL
[Reversing should use the negative pending playback rate]
expected: FAIL
[Reversing when when playbackRate == 0 should preserve the playback rate]
expected: FAIL
[Reversing an animation resets a sticky start time.]
expected: FAIL
[Setting current time while reverse-pending preserves currentTime]
expected: FAIL
[Reversing an animation with a negative playback rate should cause the animation to play in a forward direction]
expected: FAIL
[Reversing an idle animation aligns startTime with the rangeEnd boundary]
expected: FAIL
|