blob: 8499783a60b249ae0f3724aeaca7a8fa19838e15 [file] [log] [blame]
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
The SVG in the below frame should not render or crash.</br>
<iframe src='data:application/xhtml+xml,
&lt;svg:g xmlns:svg=&quot;http://www.w3.org/2000/svg&quot;&gt;
&lt;text&gt;
FAIL
&lt;/text&gt;
&lt;/svg:g&gt;'
></iframe>