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();
11 <foreignObject id=
"badness"/>
13 <text y=
"30" id=
"myText" fill=
"green">PASS
</text>
14 <use id=
"use1" xlink:
href=
"#badness"/>
15 <use x=
"50" id=
"use2" xlink:
href=
"#use1"></use>
16 <use y=
"50" id=
"use3" xlink:
href=
"#use2"></use>
17 <use x=
"-50" id=
"use4" xlink:
href=
"#use3"></use>