diff options
Diffstat (limited to 'testing/web-platform/meta/scroll-animations/scroll-timelines/pause-animation.html.ini')
-rw-r--r-- | testing/web-platform/meta/scroll-animations/scroll-timelines/pause-animation.html.ini | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/meta/scroll-animations/scroll-timelines/pause-animation.html.ini b/testing/web-platform/meta/scroll-animations/scroll-timelines/pause-animation.html.ini new file mode 100644 index 0000000000..7baa5f047c --- /dev/null +++ b/testing/web-platform/meta/scroll-animations/scroll-timelines/pause-animation.html.ini @@ -0,0 +1,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 + |