ladybird/Tests/LibWeb/Crash/SVG
Tim Ledbetter 551c7f966b LibWeb: Use correct root element when resolving paint properties
Previously, the first `HTMLHtmlELement` in the given document would
always be  used when determining whether to propagate background
properties to the body element. This meant the wrong root element was
used for SVG `foreignObject` elements, which could lead to a crash.
2025-09-10 11:35:02 +02:00
..
empty-filter.html
foreignObject-with-html-root-element.svg LibWeb: Use correct root element when resolving paint properties 2025-09-10 11:35:02 +02:00
image-as-svg-with-cdata.html LibWeb: Create XML document object for SVG-as-image 2025-08-23 14:01:37 +01:00
svg-with-cdata.svg LibWeb: Create XML document object for SVG-as-image 2025-08-23 14:01:37 +01:00
zero-width-svg.html