ladybird/Tests/LibWeb/Text/input/WebAnimations/misc
Aliaksandr Kalenik 94b3b84dd8 LibWeb: Make sure style is up-to-date in getAnimations()
StyleComputer is responsible for assigning animation targets, so we
have to make sure there are no pending style updates before querying
animations of an element.

This change also introduces a version of getAnimations() that does not
check style updates and used by StyleComputer to avoid mutual recursion.
2024-10-02 16:28:37 +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: Support interpolation of mixed percentage dimension units 2024-06-02 15:12:17 +02:00
animating-all.html LibWeb: Handle animating the 'all' property 2024-06-02 16:07:12 +02:00
animating-unresolved-properties-crash.html LibWeb: Add tests for animating unresolved properties 2024-03-20 09:17:33 +01:00
animation-events-basic.html LibWeb: Stop spamming animation events on the wrong event target 2024-05-23 12:10:06 +02:00
animation-single-iteration-no-repeat.html LibWeb: Add some async/animation test utilities 2024-03-30 19:26:58 +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: Parse easing values manually 2024-06-16 07:12:46 +02: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