mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 18:17:22 +02:00
`font-size` can end up with a negative value - either due to `calc` being resolved using the old method which doesn't clamp the value, or interpolation - in this case we should clamp negative values to zero. Gains us 36 new WPT passes and fixes crashes in the three imported tests.