NEW 103439
fast/loader/submit-form-while-parsing-2.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=103439
Summary fast/loader/submit-form-while-parsing-2.html is flaky
Yael
Reported 2012-11-27 11:14:52 PST
SSIA
Attachments
Jussi Kukkonen (jku)
Comment 1 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.
Note You need to log in before you can comment on or make changes to this bug.