From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../collections/domstringlist.html | 61 ++++ .../collections/historical.html | 33 ++ .../collections/htmlallcollection.html | 334 +++++++++++++++++++++ .../collections/htmlformcontrolscollection.html | 121 ++++++++ .../collections/htmloptionscollection.html | 216 +++++++++++++ .../collections/radionodelist.html | 78 +++++ 6 files changed, 843 insertions(+) create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/domstringlist.html create mode 100644 testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/historical.html 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/domstringlist.html b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/domstringlist.html new file mode 100644 index 0000000000..6e6e4312a0 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/domstringlist.html @@ -0,0 +1,61 @@ + +DOMStringList + + + diff --git a/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/historical.html b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/historical.html new file mode 100644 index 0000000000..91142c864e --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/historical.html @@ -0,0 +1,33 @@ + +Historical HTML*Collection features should not be supported + + +
+
+ +
+
+ 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 0000000000..14faa2128e --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html @@ -0,0 +1,334 @@ + + + +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 0000000000..5591e190b3 --- /dev/null +++ b/testing/web-platform/tests/html/infrastructure/common-dom-interfaces/collections/htmlformcontrolscollection.html @@ -0,0 +1,121 @@ + + +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 0000000000..130716a9cc --- /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 0000000000..fc70d7172c --- /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