4 https://bugzilla.mozilla.org/show_bug.cgi?id=404548
7 <title>Test for Bug
404548</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=404548">Mozilla Bug
404548</a>
16 <div id=
"content" style=
"display: none">
20 <script class=
"testbody" type=
"text/javascript">
22 /** Test for Bug
404548 **/
23 var firstRemoved = false;
24 var secondHidden = false;
26 SimpleTest.waitForExplicitFinish();
28 var w = window.open(
"bug404548-subframe.html",
"",
"width=10,height=10");
30 function finishTest() {
31 is(firstRemoved, true,
"Should have removed iframe from the DOM")
32 is(secondHidden, true,
"Should have fired pagehide on second kid");