ladybird/Tests/LibWeb/Crash
Tim Ledbetter 1263d58689 LibWeb: Ignore zero width when calculating SVG intrinsic aspect ratio
Previously, an SVG with width of zero would have am intrinsic aspect
ratio of zero. With this change, if an SVG has a width or height of
zero, the intrinsic aspect ratio is determined by the SVG's viewbox.
2025-07-21 11:29:25 +02:00
..
CSS LibWeb: Don't crash when border-spacing is set to a calc() value 2025-03-21 08:16:30 +00:00
DOM LibWeb: Check parent node exists before checking its type 2025-07-15 18:37:50 +12:00
HTML LibWeb: Fix SRI handling of badly-formatted strings 2025-05-06 13:02:58 -04:00
JS LibWeb: Don't crash when drawing null image from offscreen canvas 2025-07-20 08:54:53 +02:00
Layout LibWeb/SVG: Work around no layout node in SVGCircleElement::get_path 2025-03-17 20:10:11 +01:00
SVG LibWeb: Ignore zero width when calculating SVG intrinsic aspect ratio 2025-07-21 11:29:25 +02:00
WebAudio LibWeb: Initialize AnalyserNode previous block at construction time 2025-02-13 20:31:37 +00:00
wpt-import LibWeb: Don't crash when root element becomes a popover or fullscreen 2025-07-20 08:54:53 +02:00