2 <?xml-stylesheet href=
"chrome://global/skin" type=
"text/css"?>
4 <window id=
"{BUGNUMBER}Test"
5 xmlns=
"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
8 onload=
"setTimeout(nextTest,0);"
9 title=
"bug {BUGNUMBER} test">
11 <script type=
"application/javascript"
12 src=
"docshell_helpers.js">
15 <script type=
"application/javascript"><![CDATA[
17 // Define the generator-iterator for the tests.
18 var tests = testIterator();
21 // Execute the next test in the generator function.
28 // Generator function for test steps for bug {BUGNUMBER}:
29 // Description goes here.
31 function testIterator()
33 // Test steps go here. See bug303267_window.xhtml for an example.
35 // Tell the framework the test is finished. Include the final 'yield'
36 // statement to prevent a StopIteration exception from being thrown.
43 <browser type=
"content" primary=
"true" flex=
"1" id=
"content" src=
"about:blank"/>