blob: e91a023917a73ecfff8d109c53e8d4f5a51bfa83 [file] [log] [blame]
<?xml version="1.0" standalone="no"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- use of animateMotion inside symbol tag should not crash -->
<use xlink:href="#crash"/>
<a id="crash">
<symbol>
<animateMotion/>
</symbol>
</a>
<text>Survived the crash!</text>
<script>
if (window.layoutTestController)
layoutTestController.dumpAsText();
</script>
</svg>