4 https://bugzilla.mozilla.org/show_bug.cgi?id=540462
7 <title>Test for Bug
540462</title>
8 <script type=
"application/javascript" src=
"/MochiKit/packed.js"></script>
9 <script type=
"application/javascript" src=
"/tests/SimpleTest/SimpleTest.js"></script>
10 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
12 <body onload=
"runTest()">
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=540462">Mozilla Bug
540462</a>
15 <div id=
"content" style=
"display: none">
19 <script type=
"application/javascript">
21 /** Test for Bug
540462 **/
25 win = window.open(
"file_bug540462.html",
"",
"width=100,height=100");
30 function documentWriteLoad() {
31 if (++dwlCount ==
1) {
32 originalURL = win.document.body.firstChild.href;
33 } else if (dwlCount ==
2) {
34 is(win.document.body.firstChild.href, originalURL,
"Wrong href!");
40 SimpleTest.waitForExplicitFinish();