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 --- .../common-dom-interfaces/collections/.gitkeep | 0 .../collections/contains.json | 14 ++ .../collections/htmlallcollection.html | 47 +++++ .../collections/htmlformcontrolscollection.html | 116 +++++++++++ .../collections/htmloptionscollection.html | 216 +++++++++++++++++++++ .../collections/radionodelist.html | 78 ++++++++ 6 files changed, 471 insertions(+) create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/.gitkeep create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/contains.json create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection.html create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/radionodelist.html (limited to 'testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections') diff --git a/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/.gitkeep b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/contains.json b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/contains.json new file mode 100644 index 000000000..b30f1d0d5 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/contains.json @@ -0,0 +1,14 @@ +[ + { + "id": "htmlallcollection", + "original_id": "htmlallcollection" + }, + { + "id": "htmlformcontrolscollection", + "original_id": "htmlformcontrolscollection" + }, + { + "id": "htmloptionscollection", + "original_id": "htmloptionscollection" + } +] \ No newline at end of file diff --git a/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html new file mode 100644 index 000000000..9ce8ec350 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html @@ -0,0 +1,47 @@ + + + +HTMLAllCollection Tests + + + + + + + + + + + + +
+ + diff --git a/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection.html b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection.html new file mode 100644 index 000000000..8c8e1dbc1 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection.html @@ -0,0 +1,116 @@ + + +HTML Test: the HTMLFormControlsCollection interface + + + + +
+
+ + +
+
+ + + + + + + +
+ + +
+ + +
+
+ + diff --git a/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html new file mode 100644 index 000000000..d39cc460e --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html @@ -0,0 +1,216 @@ + +HTMLOptionsCollection + + + + + + + + +
diff --git a/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/radionodelist.html b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/radionodelist.html new file mode 100644 index 000000000..fc70d7172 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/radionodelist.html @@ -0,0 +1,78 @@ + + +HTML Test: the RadioNodeList interface + + + + +
+
+ + + +
+ -- cgit v1.2.3