mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
9 lines
242 B
HTML
9 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>
|