ladybird icon indicating copy to clipboard operation
ladybird copied to clipboard

LibWeb: Crash on https://godotengine.org

Open HolonProduction opened this issue 5 months ago • 1 comments

https://godotengine.org/ crashes with this error when scrolling down

VERIFICATION FAILED: !height.might_be_saturated() at ~/ladybird/Userland/Libraries/LibWeb/Layout/LayoutState.cpp:563

This seems to be caused by this svg. More specifically the svg contains a rect with height 1e30.

Both Chrome and Firefox just seem to clamp the height to some arbitrary value instead of crashing.

HolonProduction avatar Sep 02 '24 11:09 HolonProduction