| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
| <defs><text>This test passes if there is no crash</text></defs> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| <g id="g"> | |
| <animate id="animate"> | |
| </animate> | |
| <tref xlink:href="#animate"> | |
| </tref> | |
| </g> | |
| <use xlink:href="#g"> | |
| </use> | |
| </svg> |