2 <p>PASS if no crash.
</p>
4 <symbol id=
"a"><rect width=
"100" height=
"100" fill=
"blue"/></symbol>
5 <use id=
"b" xlink:
href=
"#a"></use>
6 <rect id=
"c" width=
"100" height=
"100" fill=
"red"/>
10 testRunner
.dumpAsText();
13 var use = document
.getElementById('b');
14 use.removeAttribute("xlink:href");
15 var symbol
= document
.getElementById("a");
16 symbol
.appendChild(document
.getElementById("c"));
17 use.setAttribute("height", "100");