| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> | |
| <defs> | |
| <polygon id="pt" points="-1,0 0,-0.5 1,0"/> | |
| <g id="u"> | |
| <use xlink:href="#pt"> | |
| <use xlink:href="#u"/> | |
| </use> | |
| </g> | |
| </defs> | |
| <text x="10" y= "30">PASS without crash.</text> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.dumpAsText(); | |
| </script> | |
| </svg> |