From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../forms/form-control-infrastructure/.gitkeep | 0 .../form-control-infrastructure/contains.json | 14 ++++ .../forms/form-control-infrastructure/form.html | 97 ++++++++++++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/.gitkeep create mode 100644 testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/contains.json create mode 100644 testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/form.html (limited to 'testing/web-platform/tests/html/semantics/forms/form-control-infrastructure') diff --git a/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/.gitkeep b/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/contains.json b/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/contains.json new file mode 100644 index 000000000..754a6901d --- /dev/null +++ b/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/contains.json @@ -0,0 +1,14 @@ +[ + { + "id": "a-form-control-s-value", + "original_id": "a-form-control's-value" + }, + { + "id": "mutability", + "original_id": "mutability" + }, + { + "id": "association-of-controls-and-forms", + "original_id": "association-of-controls-and-forms" + } +] \ No newline at end of file diff --git a/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/form.html b/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/form.html new file mode 100644 index 000000000..29a14ca57 --- /dev/null +++ b/testing/web-platform/tests/html/semantics/forms/form-control-infrastructure/form.html @@ -0,0 +1,97 @@ + + +HTMLInputElement#form + + + +
+
+

+

fieldset
+

+

+

object +

output +

+

+ + +

+

+

+

+

+

+

+

+ + +

+
+
+

+ + +

+ + + + + + +
+ + + +
+ -- cgit v1.2.3