1 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="boom();" class="reftest-wait">
3 <script type="text/javascript">
5 var XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
9 var A = document.getElementById("A");
10 var B = document.createElementNS(XUL_NS, "tabs");
11 var C = document.createElementNS(XUL_NS, "hbox");
18 n.parentNode.removeChild(n);
23 <hbox id="A" onselect="remove(event.originalTarget); document.documentElement.removeAttribute('class');"></hbox>