haikuwebkit/LayoutTests/fast/css/invalid-parsercontext-valid...

14 lines
393 B
XML

<svg xmlns="http://www.w3.org/2000/svg">
<!-- This test passes if there is no crash. -->
<rect>
<animate attributeName="display" to="bevel"></animate>
</rect>
<text x="10" y="20">Excellent - did not crash. See bug https://bugs.webkit.org/show_bug.cgi?id=105275</text>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
</svg>