ladybird/Tests/LibWeb/Text/expected/WebAnimations/misc/DocumentTimeline.txt
Matthew Olsson 37322baf54 LibWeb: Ensure all DocumentTimeline objects have the same time value
The DocumentTimeline constructor used the current millisecond time to
initialize its currentTime, but that means that a newly created timeline
would always have a different time value than other timelines that have
been through the update_animations_and_send_events function.
2024-06-03 10:53:32 +02:00

3 lines
159 B
Text

new timeline time equals document timeline time: true
new timeline originTime defaults to 0: true
new timeline originTime offsets from document timeline: true