ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-animations
Sam Atkins 693517daa0 LibWeb: Resolve container-relative length units
Add cqw/cqh/cqi/cqb/cqmin/cqmax to the unit tables and generated
helpers, then thread them through the shared length resolution path.

Length::ResolutionContext now carries the subject element and whether
its inline axis is horizontal. Container units need that extra context:
the nearest eligible query container is selected from the subject
element's flat-tree ancestors, and cqi/cqb/cqmin/cqmax map logical axes
through the subject's writing mode before resolving to a physical width
or height.

Teach Length to resolve each axis against the selected container's
content box, fall back to viewport lengths when no eligible container
exists, and mark size-container dependencies so post-layout
recomputation can happen when layout is not up to date.

Also expose the new units through Typed OM, reject them for
computationally independent `@property` initial values, and add focused
font-size coverage.
2026-06-01 08:27:17 +01:00
..
parsing LibWeb: Resolve container-relative length units 2026-06-01 08:27:17 +01:00
animation-composition.txt LibWeb: Implement composition of filter function lists 2026-01-16 11:29:30 +00:00
animation-important-001.txt LibWeb: Invalidate animated style when KeyframeEffect changed from JS 2026-05-22 11:59:19 +01:00
animationevent-marker-pseudoelement.txt LibWeb/DOM: Set the pseudo_element on created Animation/TransitionEvents 2025-12-03 13:29:51 +01:00
animationevent-pseudoelement.txt LibWeb/DOM: Set the pseudo_element on created Animation/TransitionEvents 2025-12-03 13:29:51 +01:00
animationevent-types.txt
CSSAnimation-canceling.tentative.txt LibWeb: Update style before getting animation play state 2025-11-02 23:54:00 +01:00
CSSAnimation-effect.tentative.txt LibWeb: Use owning element as AnimationEvent target 2026-05-22 11:59:19 +01:00
CSSAnimation-id.tentative.txt LibWeb: Separate CSSAnimation::animationName from Animation::id 2025-11-02 23:54:00 +01:00
CSSAnimation-pausing.tentative.txt LibWeb: Account for pending playback rate changes when playing animation 2025-12-23 14:54:22 +01:00
CSSAnimation-playState.tentative.txt LibWeb: Update style before getting animation play state 2025-11-02 23:54:00 +01:00
display-interpolation.txt LibWeb: Don't cancel animations if element is display none is animated 2026-05-01 18:46:14 +02:00
display-none-dont-cancel.tentative.txt LibWeb: Don't cancel animations if element is display none is animated 2026-05-01 18:46:14 +02:00
display-none-prevents-starting-in-subtree.txt
display-none-to-display-block-dont-cancel.tentative.txt LibWeb: Implement custom display interpolation 2026-05-01 18:46:14 +02:00
event-dispatch.tentative.txt LibWeb: Use correct scheduled time for Transition and Animation events 2026-05-22 11:59:19 +01:00
inheritance.txt LibWeb/CSS: Use "0s" as the initial value for animation-duration 2025-03-22 17:04:33 +01:00
transition-properties-not-animatable.txt LibWeb: Ignore non-animatable properties in keyframes 2025-11-02 23:54:00 +01:00