mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This behaviour should only apply to literal percentages as clarified here: https://github.com/w3c/csswg-drafts/commit/4ee8429 We were also doing this wrong by converting the numeric type of the calc to Length which was causing values to be defaulted to 1 instead (hence the new passing tests for computed values as well)