RESOLVED FIXED 11546
REGRESSION (r17652): Can't submit forms that don't have an action attribute
https://bugs.webkit.org/show_bug.cgi?id=11546
Summary REGRESSION (r17652): Can't submit forms that don't have an action attribute
mitz
Reported 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="").
Attachments
mitz
Comment 1 2006-11-08 09:44:11 PST
Fixed by Darin in r17662. I still think that test needs a safeguard against hanging DumpRenderTree...
Note You need to log in before you can comment on or make changes to this bug.