From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../textarea/autocomplete-address-novalid.html | 16 +++++ .../textarea/autocomplete-empty-novalid.html | 16 +++++ .../textarea/autocomplete-isvalid.html | 80 ++++++++++++++++++++++ .../textarea/autocomplete-section-novalid.html | 16 +++++ .../textarea/autocomplete-token-novalid.html | 16 +++++ .../textarea/autocomplete-work-novalid.html | 16 +++++ 6 files changed, 160 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/textarea/autocomplete-address-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/textarea/autocomplete-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/textarea/autocomplete-isvalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/textarea/autocomplete-section-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/textarea/autocomplete-token-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/textarea/autocomplete-work-novalid.html (limited to 'testing/web-platform/tests/conformance-checkers/textarea') diff --git a/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-address-novalid.html b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-address-novalid.html new file mode 100644 index 0000000000..1061d9a620 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-address-novalid.html @@ -0,0 +1,16 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-empty-novalid.html new file mode 100644 index 0000000000..d222846b4f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-empty-novalid.html @@ -0,0 +1,16 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-isvalid.html b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-isvalid.html new file mode 100644 index 0000000000..23bdb9ab8f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-isvalid.html @@ -0,0 +1,80 @@ + + + + +autocomplete attribute is valid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-section-novalid.html b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-section-novalid.html new file mode 100644 index 0000000000..ec1038b00f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-section-novalid.html @@ -0,0 +1,16 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-token-novalid.html b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-token-novalid.html new file mode 100644 index 0000000000..761495b52d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-token-novalid.html @@ -0,0 +1,16 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-work-novalid.html b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-work-novalid.html new file mode 100644 index 0000000000..6818e26c89 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/textarea/autocomplete-work-novalid.html @@ -0,0 +1,16 @@ + + + + +autocomplete attribute is invalid + + + + + + + + + + -- cgit v1.2.3