Bug 103439

Summary: fast/loader/submit-form-while-parsing-2.html is flaky
Product: WebKit Reporter: Yael <yael>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: jussi.kukkonen
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.