ladybird/Tests/LibWeb/Text/input/wpt-import/css/css-box
Callum Law 6fcaceedd9 LibWeb: Clamp negative computed values for padding-* properties
Interpolation can leave `padding-*` values as negative - this should be
handled by interpolation clamping it to the allowed range of values
but we don't yet do that. As a stop gap we can clamp this before setting
it in ComputedValues.

This fixes 3 crashes and gains us 11 passes in the imported WPT tests
2025-09-01 12:28:53 +01:00
..
animation LibWeb: Clamp negative computed values for padding-* properties 2025-09-01 12:28:53 +01:00
parsing LibWeb: Add flow relative values for the clear property 2025-06-17 09:26:26 +02:00
inheritance.html LibWeb: Always store ComputedProperties, even if no invalidations 2025-04-13 00:43:49 +02:00