2 <html class=
"reftest-wait">
7 document
.documentElement
.className
= "";
12 var HTML_NS
= "http://www.w3.org/1999/xhtml";
13 var XUL_NS
= "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
15 var clonedRichListBox
= document
.createElementNS(XUL_NS
, 'richlistbox').cloneNode(false);
16 var div
= document
.createElementNS(HTML_NS
, "div");
18 div
.appendChild(clonedRichListBox
);
20 document
.body
.appendChild(clonedRichListBox
);
22 setTimeout(finishTest
, 100);
28 <body onload=
"setTimeout(boom, 100);" style=
"visibility: hidden">