1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
3 <use id=
"b" xlink:
href=
"#a"/>
6 testRunner.dumpAsText();
7 b = document.getElementById('b');
10 document.getElementById(
"a").remove();
11 b.setAttribute(
"width",
100);
14 <text y=
"20">PASS: The text is displayed and the file did not trigger a crash.
</text>