1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink" onload=
"runTest()">
2 <script type=
"text/javascript">
6 testRunner.dumpAsText();
10 <text y=
"30" id=
"myText" fill=
"green">PASS
</text>
11 <use id=
"use1" xlink:
href=
"#missing"/>
12 <use x=
"50" id=
"use2" xlink:
href=
"#use1"></use>
13 <use y=
"50" id=
"use3" xlink:
href=
"#use2"></use>
14 <use x=
"-50" id=
"use4" xlink:
href=
"#use3"></use>