Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
6 <script>
8 function gE(i) { return document.getElementById(i); }
10 function init()
11 {
12 gE("button").insertBefore(gE("popup"), gE("hbox4"));
13 }
15 window.addEventListener("load", init, false);
17 </script>
19 <menupopup id="popup"/>
21 <button id="button"><hbox/><hbox/><hbox/><hbox id="hbox4"/></button>
23 </window>