1 <?xml version=
"1.0"?> <?xml-stylesheet href=
"chrome://global/skin/" type=
"text/css"?>
3 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
7 windowtype=
"opener:test"
8 onunload=
"restoreChromeURL();"
9 onload=
"scheduleNextWindow();">
11 <script src=
"winopen.js" type=
"application/x-javascript"></script>
13 <groupbox orient=
"vertical">
14 <caption label=
"Window Opening Test"/>
16 This will open a series of browser windows, either
"one at a
17 time" or in a sequence of some form. When this test is complete
18 a final window will be opened which will report the overall results.
20 <separator class=
"thick"/>
22 <columns><column/><column/></columns>
25 <text value=
"Index:"/>
26 <textbox id=
"formIndex" size=
"6" value=
""/>
30 <textbox id=
"formTime" size=
"6" value=
""/>
35 <separator class=
"thick"/>
38 <groupbox orient=
"vertical">
39 <caption label=
"Results"/>
47 <text value=
"Times (ignoring the first):"/>
48 <textbox id=
"formTimes" size=
"45" value=
""/>
51 <text value=
"Txul (median):"/>
53 <textbox id=
"formMed" size=
"6" value=
""/>
55 <button id=
"formAgain" onclick=
"tryAgain();" label=
"Try again" disabled=
"true"/>
60 <hbox><textbox id=
"formAvg" size=
"6" value=
""/></hbox>
64 <hbox><textbox id=
"formMin" size=
"6" value=
""/></hbox>
68 <hbox><textbox id=
"formMax" size=
"6" value=
""/></hbox>