haikuwebkit/LayoutTests/svg/css/invalid-color-crash.svg

17 lines
391 B
XML

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http:/xlink">
<script>
<![CDATA[
if (window.testRunner)
testRunner.dumpAsText();
]]>
</script>
<style type="text/css">
svg
{
stop-color: initial;
}
</style>
<text id="myText1" fill="green" x="0" y="0">PASS</text>
</svg>