4 <script type=
"text/javascript">
7 document
.getElementById('console').appendChild(document
.createTextNode(msg
+ '\n'));
12 <p>This tests that window.closed on a closed window, or window without a frame, does not crash the browser. See rdar://problem/
5329841</p>
13 <pre id=
"console"></pre>
14 <iframe id=
"anIframe"></iframe>
16 if (window
.layoutTestController
)
17 layoutTestController
.dumpAsText();
19 var win
= window
.frames
[0];
20 document
.body
.removeChild(document
.getElementById('anIframe'));