Bug 20563

Summary: Last line of document.write() text not displayed
Product: WebKit Reporter: Jeff Swartz <swartz>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: swartz
Priority: P2 Keywords: HasReduction, InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   

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.