Files
ladybird/Tests/LibWeb/Crash/SVG/svg-with-cdata.svg
Andreas Kling 3873b1d8cf LibWeb: Create XML document object for SVG-as-image
It's not enough to just use the XML parser, we also have to make sure
the DOM document we produce is an actual XML document.

Fixes #5966
2025-08-23 14:01:37 +01:00

2 lines
127 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><style><![CDATA[.foo{}]]></style></svg>