ladybird/Tests/LibWeb/Text/expected/WebAnimations/misc
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
..
animatable.txt LibWeb: Support subtree option in Animatable.getAnimations() 2024-06-02 16:07:12 +02:00
animate-no-window.txt LibWeb: Use the global object to access the performance object 2024-04-02 07:46:16 +02:00
animate-with-mixed-percentages.txt LibWeb: Support interpolation of mixed percentage dimension units 2024-06-02 15:12:17 +02:00
animating-all.txt LibWeb: Handle animating the 'all' property 2024-06-02 16:07:12 +02:00
animating-unresolved-properties-crash.txt
animation-events-basic.txt LibWeb: Stop spamming animation events on the wrong event target 2024-05-23 12:10:06 +02:00
animation-single-iteration-no-repeat.txt
DocumentTimeline.txt LibWeb: Ensure all DocumentTimeline objects have the same time value 2024-06-03 10:53:32 +02:00
invalid-values.txt LibWeb: Reject invalid keyframe offset values 2024-06-02 16:07:12 +02:00