WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2008-08-28 18:02:25 PDT
<
rdar://problem/6184271
>
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.
Top of Page
Format For Printing
XML
Clone This Bug