DescriptionFix formAction return value for empty formaction content attribute.
According to the standard and web-platform-tests, empty attribute value should
return the document URL.
https://html.spec.whatwg.org/multipage/forms.html#dom-fs-formaction
> The formAction IDL attribute must reflect the formaction content attribute,
> except that on getting, when the content attribute is missing or its value is
> the empty string, the document's address must be returned instead.
This CL removes empty formaction tests in submit-form-attributes.html.
html/semantics/forms/attributes-common-to-form-controls/formaction*.html cover
them.
BUG=520835
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201617
Patch Set 1 #
Messages
Total messages: 6 (2 generated)
|