2 <?xml-stylesheet href=
"chrome://global/skin" type=
"text/css"?>
4 href=
"chrome://mochikit/content/tests/SimpleTest/test.css"
7 https://bugzilla.mozilla.org/show_bug.cgi?id={BUGNUMBER}.xul
9 <window title=
"Mozilla Bug {BUGNUMBER}"
10 xmlns:
html=
"http://www.w3.org/1999/xhtml"
11 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
13 <title>Test for Bug {BUGNUMBER}
</title>
14 <script type=
"application/javascript"
15 src=
"chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
17 <body xmlns=
"http://www.w3.org/1999/xhtml">
19 href=
"https://bugzilla.mozilla.org/show_bug.cgi?id={BUGNUMBER}">
20 Mozilla Bug {BUGNUMBER}
</a>
22 <div id=
"content" style=
"display: none">
29 <script class=
"testbody" type=
"application/javascript">
32 /** Test for Bug {BUGNUMBER} **/
34 SimpleTest.waitForExplicitFinish();
35 window.open(
"bug{BUGNUMBER}_window.xul",
"bug{BUGNUMBER}",
36 "chrome,width=600,height=600");