4 https://bugzilla.mozilla.org/show_bug.cgi?id=809547
8 <title>Test for Bug
809547</title>
9 <script 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=809547">Mozilla Bug
809547</a>
15 <div id=
"content" style=
"display: none">
19 <script type=
"application/javascript">
21 /** Test for Bug
809547 **/
22 SimpleTest.waitForExplicitFinish();
25 window.location.expando = gObj;
26 is(window.location.expando, gObj,
"Expando appears");
27 SimpleTest.executeSoon(finish);
31 SpecialPowers.forceGC();
32 SpecialPowers.forceCC();
33 SpecialPowers.forceGC();
34 SpecialPowers.forceCC();
35 is(window.location.expando, gObj,
"Expando preserved");