ladybird/Tests/LibWeb/Text/input/WebAnimations/misc
Callum Law 781f961c07 LibWeb: Always use timeline time for animation pending task ready time
It is not guaranteed that an animation is ready to run a pending task
when it is scheduled just because it has a timeline, and even if it is,
the current time when scheduling will not necessarily still be correct
when the task is run (e.g. if the timeline changes in the interim).

We had some tests which relied on the previous behavior which have been
updated to await the pending play task

Fixes a crash in the
/web-animations/interfaces/Animatable/animate-no-browsing-context.html
WPT test but it can't be imported since it relies on a python web server
to be running
2025-12-23 14:54:22 +01:00
..
animatable.html LibWeb: Support subtree option in Animatable.getAnimations() 2024-06-02 16:07:12 +02:00
animate-no-window.html LibWeb: Use the global object to access the performance object 2024-04-02 07:46:16 +02:00
animate-with-mixed-percentages.html LibWeb: Always use timeline time for animation pending task ready time 2025-12-23 14:54:22 +01:00
animating-all.html LibWeb: Handle animating the 'all' property 2024-06-02 16:07:12 +02:00
animating-unresolved-properties-crash.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
animation-events-basic.html LibWeb: Don't play initially-paused animations 2025-06-18 17:17:29 +02:00
animation-preferred-properties.html LibWeb: Resolve conflicts in compute_keyframe_values correctly 2025-06-23 15:19:07 +01:00
animation-single-iteration-no-repeat.html Meta: Add DOCTYPEs to most text tests 2025-03-20 11:50:49 +01:00
DocumentTimeline.html LibWeb: Ensure all DocumentTimeline objects have the same time value 2024-06-03 10:53:32 +02:00
easing-parsing.html LibWeb: Implement linear easing according to latest spec 2024-11-05 10:41:29 +00:00
easing-values.html LibWeb/Animation: Support progress values outside of [0,1] 2024-11-25 18:10:24 +01:00
get-animations-should-make-sure-style-is-updated.html LibWeb: Make sure style is up-to-date in getAnimations() 2024-10-02 16:28:37 +01:00
invalid-values.html LibWeb: Reject invalid keyframe offset values 2024-06-02 16:07:12 +02:00
keyframe-effect-cloning.html LibWeb: Copy the keyframes in KeyframeEffect's copy constructor 2024-06-03 10:53:32 +02:00
parse-animation-timing-function-steps.html LibWeb: Fix extra validation for EasingStyleValue intervals 2024-11-19 14:10:53 +01:00
steps-serialization.html LibWeb: Correct serialization of steps() easing functions 2024-11-18 17:39:03 -05:00