blob: 7baa5f047c867d24d87ba57cd25d180045d82a71 (
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
|
[pause-animation.html]
[Pausing a canceled animation sets the current time]
expected: FAIL
[Pausing clears the start time]
expected: FAIL
[Aborting a pause preserves the start time]
expected: FAIL
[The animation's current time remains fixed after pausing]
expected: FAIL
[A pause-pending animation maintains the current time when applying a pending playback rate]
expected: FAIL
[Animation start and current times are correct if scroll timeline is activated after animation.pause call.]
expected: FAIL
[A pending ready promise should be resolved and not replaced when the animation is paused]
expected: FAIL
[Pause pending task doesn't run when the timeline is inactive.]
expected: FAIL
|