From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../select/autocomplete-address-novalid.html | 20 +++ .../select/autocomplete-empty-novalid.html | 20 +++ .../select/autocomplete-isvalid.html | 180 +++++++++++++++++++++ .../select/autocomplete-section-novalid.html | 20 +++ .../select/autocomplete-token-novalid.html | 20 +++ .../select/autocomplete-work-novalid.html | 20 +++ 6 files changed, 280 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/select/autocomplete-address-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/select/autocomplete-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/select/autocomplete-isvalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/select/autocomplete-section-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/select/autocomplete-token-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/select/autocomplete-work-novalid.html (limited to 'testing/web-platform/tests/conformance-checkers/select') diff --git a/testing/web-platform/tests/conformance-checkers/select/autocomplete-address-novalid.html b/testing/web-platform/tests/conformance-checkers/select/autocomplete-address-novalid.html new file mode 100644 index 0000000000..7e4087ab37 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/select/autocomplete-address-novalid.html @@ -0,0 +1,20 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/select/autocomplete-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/select/autocomplete-empty-novalid.html new file mode 100644 index 0000000000..a45757df2d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/select/autocomplete-empty-novalid.html @@ -0,0 +1,20 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/select/autocomplete-isvalid.html b/testing/web-platform/tests/conformance-checkers/select/autocomplete-isvalid.html new file mode 100644 index 0000000000..065b764b3d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/select/autocomplete-isvalid.html @@ -0,0 +1,180 @@ + + + + +autocomplete attribute is valid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/select/autocomplete-section-novalid.html b/testing/web-platform/tests/conformance-checkers/select/autocomplete-section-novalid.html new file mode 100644 index 0000000000..084fc2c917 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/select/autocomplete-section-novalid.html @@ -0,0 +1,20 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/select/autocomplete-token-novalid.html b/testing/web-platform/tests/conformance-checkers/select/autocomplete-token-novalid.html new file mode 100644 index 0000000000..267c4d40c2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/select/autocomplete-token-novalid.html @@ -0,0 +1,20 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/select/autocomplete-work-novalid.html b/testing/web-platform/tests/conformance-checkers/select/autocomplete-work-novalid.html new file mode 100644 index 0000000000..c26b4f8531 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/select/autocomplete-work-novalid.html @@ -0,0 +1,20 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + -- cgit v1.2.3