ladybird/Tests/LibWeb/Ref/input/svg-text-crash.html
2025-03-20 11:50:49 +01:00

8 lines
242 B
HTML

<!DOCTYPE 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>