Bug 11546 - REGRESSION (r17652): Can't submit forms that don't have an action attribute
Summary: REGRESSION (r17652): Can't submit forms that don't have an action attribute
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: Regression
Depends on:
Blocks:
 
Reported: 2006-11-08 08:32 PST by mitz
Modified: 2006-11-08 10:08 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-11-08 08:32:49 PST
[This bug is why fast/forms/submit-nil-value-assert.html started failing following the change].

WebKit doesn't do anything when you submit a form that doesn't have an 'action' attribute. Shipping Safari and Firefox submit the form (using the document's URL; this is also the behavior for action="").
Comment 1 mitz 2006-11-08 09:44:11 PST
Fixed by Darin in r17662.

I still think that test needs a safeguard against hanging DumpRenderTree...