ladybird/Tests/LibWeb/Ref/input/svg-text-crash.html
2024-11-19 13:41:15 +01:00

7 lines
226 B
HTML

<!-- matches against itself because the only thing being tested is that this does not crash. -->
<link rel="match" href="./svg-text-crash.html" />
<svg>
<foreignObject>
<span>foo</span>
</foreignObject>
</svg>