Bug 26432 - document.write not flushing
Summary: document.write not flushing
Status: RESOLVED DUPLICATE of bug 8961
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://webblaze.org/abarth/tests/jswr...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 22:27 PDT by Adam Barth
Modified: 2009-06-17 01:44 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2009-06-15 22:27:31 PDT
If you document.write the string "1 <b>2</b> 3" into a blank iframe, the 3 doesn't show up until you call document.close().  Test case:

http://webblaze.org/abarth/tests/jswrite/
Comment 1 Alexey Proskuryakov 2009-06-17 01:44:36 PDT

*** This bug has been marked as a duplicate of 8961 ***