Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/scroll-animations/scroll-timelines/setting-current-time.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

16 lines
857 B
Plaintext

Harness status: OK
Found 11 tests
11 Pass
Pass Setting animation current time to null throws TypeError.
Pass Setting the current time to an absolute time value throws exception
Pass Set animation current time to a valid value without playing.
Pass Set animation current time to a valid value while playing.
Pass Set animation current time to a value beyond effect end.
Pass Set animation current time to a negative value.
Pass Setting current time while play pending overrides the current time
Pass Setting animation.currentTime then restarting the animation should reset the current time.
Pass Set Animation current time then scroll.
Pass Animation current time and play state are correct when current time is set while the timeline is inactive.
Pass Animation current time set while the timeline is inactive holds when the timeline becomes active again.