Files
ladybird/Tests/LibWeb/Text/expected/clamp-negative-padding-in-calc.txt
InvalidUsernameException b057bad102 LibWeb/CSS: Migrate some call sites to non-deprecated resolve_* methods
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).
2025-09-07 15:55:16 +01:00

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.