2 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
5 <use y=
"50" id=
"test" xlink:
href=
"#foreign" />
6 <use xlink:
href=
"#test" />
8 <text x=
"10" y=
"30">PASS without crash in debug mode.
</text>
11 if (window.testRunner)
12 testRunner.dumpAsText();
13 var elem = document.getElementById(
"test");
14 elem.removeAttribute(
"xlink:href");
15 elem.setAttribute(
"x",
1);