[Webkit-unassigned] [Bug 75950] [WK2] fast/loader/submit-form-while-parsing-2.html fails intermittently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 16:00:09 PDT 2012


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com,
                   |                            |japhet at chromium.org




--- Comment #4 from Alexey Proskuryakov <ap at webkit.org>  2012-09-14 16:00:37 PST ---
This test loads a subframe that immediately submits a form, and also starts a zero-delay timer that starts another navigation.

In WK1, the timer doesn't get a chance to fire, as form submission happens first.

In WK2, the timer fires and starts a navigation. The URL it uses is incorrect (there should be no "resources/" part), so instead of successful load, we get an error. But there is a race between navigation and form submission - when submission happens first, we get a load event and pass, and when navigation happens first, we get a timeout.

It's easy to fix the timeout by fixing the URL, but we'll still have a race between navigation and form submission. I'm not sure if it's a well defined situation.

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