[Webkit-unassigned] [Bug 89102] document.write of scripts that also document.write sometimes writes async

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 11:26:51 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89102





--- Comment #8 from Elliott Sprehn <esprehn at gmail.com>  2012-06-22 11:26:50 PST ---
(In reply to comment #7)
> Is the use of document.querySelector essential?  What happens if you just craw the firstChild, nextSibling links in the DOM?

No that was just a quick way to write the test. The document.write hasn't actually happened yet at that point so document.documentElement.innerHTML or firstChild etc. would show that the div is missing.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list