RESOLVED DUPLICATE of bug 8961 20563
Last line of document.write() text not displayed
https://bugs.webkit.org/show_bug.cgi?id=20563
Summary Last line of document.write() text not displayed
Jeff Swartz
Reported 2008-08-28 15:40:49 PDT
1. Write the following to an HTML file and open it in Safari-Win: <html> <script> function onLoad() { document.write("foo"); document.write("<br/>"); document.write("bar"); } </script> <body onload="onLoad();"> </body> </html> 2. The "foo" line is visible. The "bar" line isn't.
Attachments
Mark Rowe (bdash)
Comment 1 2008-08-28 18:02:25 PDT
mitz
Comment 2 2008-08-28 18:35:53 PDT
*** This bug has been marked as a duplicate of 8961 ***
Note You need to log in before you can comment on or make changes to this bug.