4 https://bugzilla.mozilla.org/show_bug.cgi?id=384014
7 <title>Test for Bug
384014</title>
8 <script type=
"text/javascript" src=
"/MochiKit/packed.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=384014">Mozilla Bug
384014</a>
15 <iframe id=
"f" src=
"javascript:try { window.x = 'PASS'; s = 'PASS' } catch(e) { s = 'FAIL' } s;"></iframe>
17 <div id=
"content" style=
"display: none">
21 <script class=
"testbody" type=
"text/javascript">
23 /** Test for Bug
384014 **/
24 SimpleTest.waitForExplicitFinish();
27 $(
"f").onload = function () {
28 is($(
"f").contentDocument.documentElement.textContent,
"PASS",
33 $(
"f").contentWindow.location.reload();
36 addLoadEvent(runTest);