layout/xul/crashtests/326879-1.xul

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:e0b697e72ae0
1 <?xml version="1.0"?>
2 <?xml-stylesheet href="chrome://global/skin/" 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 menupopup = document.getElementsByTagName("menupopup")[0];
14 menupopup.ordinal = null;
15 };
16
17
18 window.addEventListener("load", init, false);
19
20 </script>
21
22
23 <menulist>
24 <menupopup>
25 <menuitem label="Foo"/>
26 </menupopup>
27 </menulist>
28
29
30
31 </window>

mercurial