3 <title>document.open</title>
5 <body onLoad="mainFunc();">
9 if (window.layoutTestController)
10 layoutTestController.dumpAsText();
13 document.write("will not be visible<br>");
16 for (i = 0; i < 5; i++) {
19 document.write("There should be only one line of text here. <a href=\'http://bugzilla.opendarwin.org/show_bug.cgi?id=4395\'>Bug 4395</a><br>");