1 <svg xmlns=
"http://www.w3.org/2000/svg" xmlns:
xlink=
"http://www.w3.org/1999/xlink">
4 testRunner.dumpAsText();
5 // Prevent insertion of any content into the document.
6 document.documentElement.addEventListener(
"DOMNodeInserted", function() {
7 var insertedNode = event.target;
8 insertedNode.parentNode.removeChild(insertedNode);
13 <rect width=
"100px" height=
"100px" fill=
"green" />
14 <text x=
"10" y=
"30">PASS - didn't crash, bug
25092</text>
17 <use id=
"use" xlink:
href=
"url(#inner)" />
20 <use id=
"outerUse" xlink:
href=
"url(#outer)" x=
"0" y=
"0" width=
"100px" height=
"100px" />