[Bug 24042] [imports]: Parser should not wait on external resources inside imports

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24042

--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu> ---
> I'm not sure why <script async> doesn't throw when you document.write()

It just silently does nothing instead, presumably because that's less likely to
totally break preexisting scripts that someone asyncfiies.

Which is also what document.write() does on a random document that's not being
shown, actually.

The only case right now in which document.write() throws is if the document is
XML.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 10 December 2013 03:09:13 UTC