4 https://bugzilla.mozilla.org/show_bug.cgi?id=1162990
8 <title>Test for Bug
1162990</title>
9 <meta name=
"author" content=
"Maksim Lebedev" />
10 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
11 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
12 <script type=
"text/javascript">
15 function prepareTest() {
16 SimpleTest
.waitForExplicitFinish();
17 iframe
= document
.getElementById("testFrame");
18 SimpleTest
.executeSoon(finishTest
);
20 function finishTest() {
21 // Try to run several tests named as bug1162990_inner_<number>.html
23 iframe
.src
= "bug1162990_inner_" + number
+ ".html";
29 <body onload=
"prepareTest()">
30 <iframe id=
"testFrame" height=
"700" width=
"700"></iframe>