mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
This ensures that we clamp values for properties like padding-* to valid ranges (non-negative in this case) if they are specified with `calc()`. The length-related changes in this commit combined with the ones from the previous commit fix the primary layout issue on https://lwn.net (yes, not the first place I would have expected problems either).
4 lines
179 B
Plaintext
4 lines
179 B
Plaintext
PASS Negative padding on element #one is clamped to zero.
|
|
PASS Negative padding on element #two is clamped to zero.
|
|
PASS Negative padding on element #three is clamped to zero.
|