[Webkit-unassigned] [Bug 111023] Threaded HTML parser causes flaky timeout for fast/loader/unload-hyperlink-targeted.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 16:54:49 PST 2013


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





--- Comment #3 from Adam Barth <abarth at webkit.org>  2013-02-27 16:57:13 PST ---
The difference between the passing and failing case appears to be the timing of the EOF processing.  If the EOF comes in before the top.location timer fires, then there's no timeout.  If the EOF takes longer and comes in after the top.location timer fires, then the test times out.

I need to study the test case more carefully to confirm.

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