[Webkit-unassigned] [Bug 103439] fast/loader/submit-form-while-parsing-2.html is flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 31 05:12:25 PST 2012


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


Jussi Kukkonen (jku) <jussi.kukkonen at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[EFL]                       |fast/loader/submit-form-whi
                   |fast/loader/submit-form-whi |le-parsing-2.html is flaky
                   |le-parsing-2.html is flaky  |
                 CC|                            |jussi.kukkonen at intel.com




--- Comment #1 from Jussi Kukkonen (jku) <jussi.kukkonen at intel.com>  2012-12-31 05:14:29 PST ---
Happens on Mountainlion and GTK as well.

The form in the iframe does this:
  document.forms.form.submit();
  setTimeout("location='submit-form-while-parsing-success.html'", 0);

The test expects that the frame location is still about:blank in the frame onload handler, but it is not. Apparently the timeout triggers before iframe onload.

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