1 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 <bindings xmlns=
"http://www.mozilla.org/xbl">
14 <script type=
"text/javascript">
18 var HTML_NS
= "http://www.w3.org/1999/xhtml";
19 var span
= document
.createElementNS(HTML_NS
, 'span');
20 span
.style
.MozBinding
= "url(#g)";
21 document
.removeChild(document
.documentElement
)
22 var w
= document
.createElementNS(HTML_NS
, 'body');
23 w
.setAttribute('onload', "/");
24 document
.appendChild(span
);
30 <body onload=
"boom();"></body>