Bug 26432
Summary: | document.write not flushing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://webblaze.org/abarth/tests/jswrite/ |
Adam Barth
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/
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
*** This bug has been marked as a duplicate of 8961 ***