Files
SnapOtter/tests/fixtures/security/svg-foreign-object.svg
T

8 lines
202 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg">
<foreignObject width="100" height="100">
<body xmlns="http://www.w3.org/1999/xhtml">
<script>alert(1)</script>
</body>
</foreignObject>
</svg>