mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-05 09:52:54 +00:00
7 lines
226 B
HTML
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>
|