[Bug 9767] Consider ignoring document.write() when IE ignores it if comes from the network task source

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