This commit is contained in:
jruderman@hmc.edu 2008-01-04 20:30:50 -08:00
Родитель 343a4e4ee1
Коммит eae8b8b39a
2 изменённых файлов: 32 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,31 @@
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script>
function init() {
var menupopup = document.getElementsByTagName("menupopup")[0];
menupopup.ordinal = null;
};
window.addEventListener("load", init, false);
</script>
<menulist>
<menupopup>
<menuitem label="Foo"/>
</menupopup>
</menulist>
</window>

Просмотреть файл

@ -1,5 +1,6 @@
load 311457-1.html
load 322786-1.xul
load 326879-1.xul
load 327776-1.html
load 329407-1.xml
load 344228-1.xul