1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"runTest()">
4 <use id=
"use" xlink:
href=
"#rect" />
8 <rect id=
"rect" x=
"0" y=
"0" width=
"100" height=
"60" />
11 <text x=
"10" y=
"30">PASS without crash in debug mode.
</text>
14 if (window.testRunner)
15 testRunner.dumpAsText();
18 document.getElementById(
"use").setAttribute(
"xlink:href",
"");