mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
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).
66 KiB
66 KiB