Files
ladybird/Tests/LibWeb/Text/expected/css/integer-clamped-to-32-bit-range-at-parse-time.txt
Callum Law b86377b9dc LibWeb: Clamp CSS <integer> value to i32 at parse time
This matches the behavior of other browsers. Previously we implemented
this at used-value time for z-index specifically.
2026-03-26 12:30:01 +01:00

5 lines
190 B
Plaintext

Specified order: -2147483648
Computed order: -2147483648
Specified animation-timing-function: steps(2147483647, jump-start)
Computed animation-timing-function: steps(2147483647, jump-start)