- From: <bugzilla@jessica.w3.org>
- Date: Fri, 18 Jun 2010 04:03:08 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9767
Adam Barth <w3c@adambarth.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |w3c@adambarth.com
--- Comment #7 from Adam Barth <w3c@adambarth.com> 2010-06-18 04:03:07 ---
AFAIK, these sites are all trying to call document.write after we've received
EOF from the network but before the parser has consumed the EOF character. The
previous WebKit behavior (which has been shipping for a while) was to insert
the written characters just before the EOF character. In some sense, the
insertion point used to stay just before EOF until the EOF was actually
consumed by the parser.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 18 June 2010 04:03:10 UTC