2 <?xml-stylesheet href=
"chrome://global/skin" type=
"text/css"?>
3 <?xml-stylesheet href=
"chrome://mochikit/content/tests/SimpleTest/test.css"
5 <window title=
"Native menu system tests"
6 xmlns:
html=
"http://www.w3.org/1999/xhtml"
7 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
9 <title>Native menu system tests
</title>
10 <script type=
"application/javascript"
11 src=
"chrome://mochikit/content/MochiKit/packed.js"></script>
12 <script type=
"application/javascript"
13 src=
"chrome://mochikit/content/tests/SimpleTest/SimpleTest.js" />
15 <body xmlns=
"http://www.w3.org/1999/xhtml">
17 <div id=
"content" style=
"display: none">
24 <script class=
"testbody" type=
"application/javascript">
27 SimpleTest.waitForExplicitFinish();
28 window.open(
"native_menus_window.xul",
"NativeMenuWindow",
29 "chrome,width=600,height=600");