ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-ui
Andreas Kling 61d79a1e47 LibWeb: Parse CSS image-set()
Add an abstract image style value for image-set() and parse both the
standard and -webkit-prefixed spellings through the existing <image>
value path. The parser accepts URL and string image candidates,
optional resolution descriptors, and type() filters.

Track attr-taint through substituted component values so image-set()
candidates using attr()-derived URL-producing tokens are rejected when
resolved for URL-using properties.

Update the relevant WPT baselines now that image-set() parsing is
supported in additional value contexts.
2026-04-25 14:54:10 +02:00
..
animation LibWeb: Extract animation-composition value from keyframe at-rules 2026-01-06 12:58:54 +01:00
parsing LibWeb: Parse CSS image-set() 2026-04-25 14:54:10 +02:00
appearance-initial-value-001.txt LibWeb/CSS: Set the initial value of the appearance property to "none" 2025-03-22 17:05:17 +01:00
caret-color-013.txt LibWeb/CSS: Implement the caret-color property 2025-03-09 19:36:29 +01:00