Bug 103439 - fast/loader/submit-form-while-parsing-2.html is flaky
Summary: fast/loader/submit-form-while-parsing-2.html is flaky
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-27 11:14 PST by Yael
Modified: 2012-12-31 05:14 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yael 2012-11-27 11:14:52 PST
SSIA
Comment 1 Jussi Kukkonen (jku) 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.