4 https://bugzilla.mozilla.org/show_bug.cgi?id=387979
7 <title>Test for Bug
387979</title>
8 <script type=
"text/javascript" src=
"/MochiKit/MochiKit.js"></script>
9 <script type=
"text/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css" />
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=387979">Mozilla Bug
387979</a>
14 <div id=
"content" style=
"display: none">
18 <script class=
"testbody" type=
"text/javascript">
20 /** Test for Bug
387979 **/
23 try { r = frames[
0].document.body; }
25 is(r instanceof HTMLBodyElement, true,
26 "Can't get body" + s);
32 frames[
0].location =
"about:blank";
36 frames[
0].location.reload();
45 SimpleTest.waitForExplicitFinish();
50 <iframe onload=
"b()"></iframe>