Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/scroll-animations/scroll-timelines/update-playback-rate.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

14 lines
726 B
Plaintext

Harness status: OK
Found 9 tests
9 Pass
Pass Updating the playback rate maintains the current time
Pass Updating the playback rate while running makes the animation pending
Pass Updating the playback rate on a play-pending animation maintains the current time
Pass Updating the playback rate on a pause-pending animation maintains the current time
Pass If a pending playback rate is set multiple times, the latest wins
Pass In the idle state, the playback rate is applied immediately
Pass In the paused state, the playback rate is applied immediately
Pass Updating the playback rate on a finished animation maintains the current time
Pass Updating the playback rate to zero on a finished animation maintains the current time