1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <text id=
"result" y=
"100"/>
5 testRunner.dumpAsText();
7 // Ensure that
"new Image()" is creating an HTML image element regardless
8 // of the current doctype.
10 var pass =
"[object HTMLImageElement]" == new Image();
11 document.getElementById(
"result").appendChild(document.createTextNode(pass ?
"PASS" :
"FAIL"));