4 https://bugzilla.mozilla.org/show_bug.cgi?id=781476
8 <title>Test for Bug
781476</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=781476">Mozilla Bug
781476</a>
15 <div id=
"content" style=
"display: none">
18 <script type=
"application/javascript">
20 /** Test for Bug
781476 **/
21 SimpleTest.waitForExplicitFinish();
24 var iwin = document.getElementById('ifr').contentWindow;
26 var evt = iwin.makeEvent();
27 is(evt.expando,
42,
"Expando properly visible in caller frame");
34 <iframe onload=
"go();" id=
"ifr" src=
"file_bug781476.html"></iframe>