326875-1.xhtml (395B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 3 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 5 6 7 8 <script> 9 10 11 function init() { 12 13 var m = document.getElementById("m"); 14 m.parentNode.removeChild(m); 15 m.controllers; 16 }; 17 18 19 window.addEventListener("load", init, false); 20 21 </script> 22 23 24 25 <hbox id="m" /> 26 27 </window>