[Webkit-unassigned] [Bug 49240] Implement formaction, formenctype, formmethod and formtarget attributes for input and button tags

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 11 23:58:01 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49240





--- Comment #20 from Kent Tamura <tkent at chromium.org>  2010-11-11 23:58:01 PST ---
(From update of attachment 73704)
View in context: https://bugs.webkit.org/attachment.cgi?id=73704&action=review

> LayoutTests/ChangeLog:33
> +        * fast/forms/formmethod-attribute-button-html-expected.txt: Added.
> +        * fast/forms/formmethod-attribute-button-html.html: Added.
> +        * fast/forms/formmethod-attribute-button-js-expected.txt: Added.
> +        * fast/forms/formmethod-attribute-button-js.html: Added.
> +        * fast/forms/formmethod-attribute-input-html-expected.txt: Added.
> +        * fast/forms/formmethod-attribute-input-html.html: Added.
> +        * fast/forms/formmethod-attribute-input-js-expected.txt: Added.
> +        * fast/forms/formmethod-attribute-input-js.html: Added.
> +        * fast/forms/formtarget-attribute-button-html-expected.txt: Added.
> +        * fast/forms/formtarget-attribute-button-html.html: Added.
> +        * fast/forms/formtarget-attribute-button-js-expected.txt: Added.
> +        * fast/forms/formtarget-attribute-button-js.html: Added.
> +        * fast/forms/formtarget-attribute-input-html-expected.txt: Added.
> +        * fast/forms/formtarget-attribute-input-html.html: Added.
> +        * fast/forms/formtarget-attribute-input-js-expected.txt: Added.
> +        * fast/forms/formtarget-attribute-input-js.html: Added.
> +        * fast/forms/mailto/formenctype-attribute-button-html-expected.txt: Added.
> +        * fast/forms/mailto/formenctype-attribute-button-html.html: Added.
> +        * fast/forms/mailto/formenctype-attribute-button-js-expected.txt: Added.
> +        * fast/forms/mailto/formenctype-attribute-button-js.html: Added.
> +        * fast/forms/mailto/formenctype-attribute-input-html-expected.txt: Added.
> +        * fast/forms/mailto/formenctype-attribute-input-html.html: Added.
> +        * fast/forms/mailto/formenctype-attribute-input-js-expected.txt: Added.
> +        * fast/forms/mailto/formenctype-attribute-input-js.html: Added.

I don't think we should test the same test cases with both of an HTML attribute and the corresponding DOM property.
As for tests of form submission behavior, we should test it with either of the HTML attribute or the DOM property, and we should have additional tests for association of the HTML attribute and the DOM property like LayoutTests/fast/forms/script-tests/input-minmax.html.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list