blob: 2ede9601788ef9c27d54c5a84a0825f629cd737b [file] [log] [blame]
<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>