Files
ladybird/Tests/LibWeb/Layout/input/crash-tests/img-with-calc-inside-sizes-attr.html
Aliaksandr Kalenik 18cf540bfb LibWeb: Fix crashing in LengthOrAutoOrCalculated::without_auto()
...when `LengthOrAutoOrCalculated` holds calculated value. We were
incorrectly assuming that if contained value is not auto, then it must
be a length.

Fixes crashing on https://hollowknightsilksong.com/
2025-09-08 19:35:31 +01:00

1 line
52 B
HTML

<!doctype html><img sizes="calc(90vw - 32px), 33vw">