4 https://bugzilla.mozilla.org/show_bug.cgi?id=57600
7 <title>Test for Bug
57600</title>
8 <script type=
"application/javascript" src=
"/MochiKit/MochiKit.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"/>
13 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=57600">Mozilla Bug
57600</a>
14 <div id=
"content" style=
"display: none">
18 <script type=
"application/javascript">
20 /** Test for Bug
57600 **/
21 SimpleTest.waitForExplicitFinish();
24 var d = win ? win.document : self.testname.document;
25 var str = 'You should see this';
29 is(d.documentElement.textContent, str,
"Unexpected text");
37 <iframe src=
"javascript:'<body onload="this.onerror = parent.onerror; parent.disp(self)"></body>'">
39 <iframe name=
"testname" src=
"javascript:'<body onload="this.onerror = parent.onerror; parent.disp()"></body>'">