<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,
<svg:g xmlns:svg="http://www.w3.org/2000/svg">
<text>
FAIL
</text>
</svg:g>'
></iframe>