From eab87ade17fb01740a1922029f3fcb328631d6b4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 25 May 2020 11:01:00 +0100 Subject: add a forms test that uses almost every HTMLFormControlsCollection --- html/form-kitchensink.html | 123 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) create mode 100644 html/form-kitchensink.html diff --git a/html/form-kitchensink.html b/html/form-kitchensink.html new file mode 100644 index 0000000..d68ff95 --- /dev/null +++ b/html/form-kitchensink.html @@ -0,0 +1,123 @@ + + + + Forms with everything + + +

Forms with everything

+ +

Post form

+
+

button

+

+

+

+

+

+

+ +

fieldset

+
+ Fieldset +

+

+

+
+ +

input

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+ +

select

+ + +

textarea

+ +
+ +

Get form

+
+

button

+

+

+

+

+

+

+ +

fieldset

+
+ Fieldset +

+

+

+
+ +

input

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+

+ +

select

+ + +

textarea

+ +
+ + -- cgit v1.2.3