mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
`font-weight` and `font-size` both can have keywords that are relative to their inherited value, and so need recomputing when that changes. Fixes all but one subtest in font-weight-computed.html, because that remaining one uses container-query units. No font-size tests seem to be affected: font-size-computed.html doesn't update the parent element's `font-size` so this invalidation bug didn't apply.