Source code
Revision control
Copy as Markdown
Other Tools
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<script>
function init() {
var menupopup = document.getElementsByTagName("menupopup")[0];
menupopup.style.MozBoxOrdinalGroup = null;
};
window.addEventListener("load", init, false);
</script>
<menulist>
<menupopup>
<menuitem label="Foo"/>
</menupopup>
</menulist>
</window>