<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg"> | |
<path id="test" d="M 10 10"> | |
<animate attributeName="d"></animate> | |
</path> | |
<use xlink:href="#test"></use> | |
<text x="10" y="20">This test passes if it does not crash. See bug https://bugs.webkit.org/show_bug.cgi?id=106428</text> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
</svg> | |