2 <title>Test removing the element referenced by a 'use'
</title>
5 <circle id=
"c" cx=
"50" cy=
"50" r=
"25" fill=
"red"/>
7 <circle cx=
"50" cy=
"50" r=
"22" fill=
"green"/>
9 <script>window
.onload = function() { document
.getElementById("c").remove(); }</script>