[Webkit-unassigned] [Bug 82931] DOMContentLoaded and load events should fire asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 13:27:59 PDT 2012


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





--- Comment #3 from Adam Barth <abarth at webkit.org>  2012-04-02 13:27:55 PST ---
That's not a good test case.  There's no necessary relation between when those events fire.  For example, transfer the HTML document with chunked encoding and make the server sleep for a minute between the </div> and the </body>.  All browsers will fire the timeout before the load event in that case.

-- 
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