haikuwebkit/LayoutTests/svg/custom/invalid-xslt-crash.svg

13 lines
370 B
XML

<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
xslt:version="1.0">
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<!-- The test passes if it doesn't crash -->
<xslt:attribute nnnnnnnnnnname="fill">lime</xslt:attribute>
<text>Pass if no crash</text>
</svg>