ladybird/Tests/LibWeb/Text/input/wpt-import/css/css-ui
Callum Law 0ce6cc38b7 LibWeb: Store outline-width in computed form in ComputedProperties
We now also store `outline-width` in ComputedValues as a `CSSPixels`
since we know it's an absolute length at `apply_style` time - this saves
us some work in converting to CSSPixels during layout.

Gains us 46 new passes since we now interpolate keywords (thick, thin,
etc) correctly.

Also loses us 4 WPT tests as we longer clamp negative values produced by
interpolation from the point of view of getComputedStyle (although the
'used' value is still clamped).
2025-08-28 09:29:46 +01:00
..
animation LibWeb: Store outline-width in computed form in ComputedProperties 2025-08-28 09:29:46 +01:00
parsing LibWeb/CSS: Don't serialize longhands which match their initial values 2025-04-07 11:38:56 +01:00
appearance-initial-value-001.html LibWeb/CSS: Set the initial value of the appearance property to "none" 2025-03-22 17:05:17 +01:00
caret-color-013.html LibWeb/CSS: Implement the caret-color property 2025-03-09 19:36:29 +01:00