4 <!-- Test for WK87504 that <use/> and <use></use> are equivalent -->
5 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
7 <rect id=
"rect" width=
"100" height=
"100" fill=
"green"/>
9 <use xlink:
href=
"#rect"></use>