4 https://bugzilla.mozilla.org/show_bug.cgi?id=650273
5 test by moz_bug_r_a4@yahoo.com
8 <title>Test for Bug
650273</title>
9 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
14 href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=650273">Mozilla Bug
650273</a>
16 <div id=
"content" style=
"display: none">
20 <script type=
"application/javascript">
22 /** Test for Bug
504877 **/
23 SimpleTest.waitForExplicitFinish();
28 ok($('ifr').location.host === 'example.com',
"shouldn't see this");
30 ok(true,
"navigation successfully happened");
38 <iframe id=
"ifr" src=
"file_bug650273.html" onload=
"done()"></iframe>