Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/scroll-animations/scroll-timelines/pause-animation.txt
Callum Law 23442708d6 LibWeb: Implement ScrollTimeline
Functionality in atypical writing mode contexts is currently lacking due
to larger issues around how we handle scrolling in these contexts.
2026-02-05 16:45:34 +01:00

13 lines
569 B
Plaintext

Harness status: OK
Found 7 tests
6 Pass
1 Fail
Pass Pausing clears the start time
Pass A pending ready promise should be resolved and not replaced when the animation is paused
Pass A pause-pending animation maintains the current time when applying a pending playback rate
Pass The animation's current time remains fixed after pausing
Pass Pausing a canceled animation sets the current time
Fail Pause pending task doesn't run when the timeline is inactive.
Pass Animation start and current times are correct if scroll timeline is activated after animation.pause call.