ladybird/Tests/LibWeb/Text/input/WebAnimations
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
..
animation-effect LibWeb: Add animation-effect method tests 2024-03-30 19:26:58 +01:00
animation-methods LibWeb: Handle persisting an animation after it has been removed 2024-06-02 16:07:12 +02:00
animation-properties LibWeb: Try to fix a flaky animation test 2024-06-02 16:07:12 +02:00
misc LibWeb: Make sure style is up-to-date in getAnimations() 2024-10-02 16:28:37 +01:00
transitions LibWeb: Fix crash for calculated transition duration/delays 2024-04-06 19:35:27 +01:00
transition-unknown-property.html LibWeb: Don't extrapolate transition properties for unknown properties 2024-09-24 21:53:43 +02:00