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 --- .../html/elements/link/href-empty-novalid.html | 4 + .../html/elements/link/href-isvalid.html | 91 ++++++++++++++++++++++ .../html/elements/link/href-missing-novalid.html | 10 +++ .../link/href-whitespace-only-novalid.html | 5 ++ .../link/href/fragment-backslash-novalid.html | 4 + .../link/href/fragment-contains-hash-novalid.html | 4 + .../link/href/fragment-leading-space-novalid.html | 4 + .../html/elements/link/href/host-cr-novalid.html | 4 + .../href/host-double-percent-encoded-novalid.html | 4 + ...le-percent-encoded-percent-encoded-novalid.html | 4 + .../elements/link/href/host-empty-novalid.html | 4 + .../href/host-empty-userinfo-empty-novalid.html | 4 + .../href/host-empty-with-userinfo-novalid.html | 4 + .../href/host-hostname-in-brackets-novalid.html | 4 + .../link/href/host-invalid-unicode-novalid.html | 4 + ...st-invalid-unicode-percent-encoded-novalid.html | 4 + .../elements/link/href/host-newline-novalid.html | 5 ++ .../elements/link/href/host-space-novalid.html | 4 + ...quare-brackets-port-contains-colon-novalid.html | 4 + .../html/elements/link/href/host-tab-novalid.html | 4 + .../href/host-u0000-percent-encoded-novalid.html | 4 + ...00-percent-encoded-percent-encoded-novalid.html | 4 + .../link/href/path-bare-percent-sign-novalid.html | 4 + .../link/href/path-contains-space-novalid.html | 4 + .../path-leading-backslash-at-sign-novalid.html | 4 + .../href/path-leading-colon-backslash-novalid.html | 4 + ...path-leading-colon-chars-backslash-novalid.html | 4 + .../link/href/path-leading-space-novalid.html | 4 + .../path-percent-encoded-malformed-novalid.html | 4 + .../path-relative-square-brackets-novalid.html | 4 + .../html/elements/link/href/path-tab-novalid.html | 4 + .../link/href/path-trailing-space-novalid.html | 4 + .../elements/link/href/path-u0091-novalid.html | 4 + .../elements/link/href/port-999999-novalid.html | 4 + .../html/elements/link/href/port-cr-novalid.html | 4 + .../port-leading-colon-bracket-colon-novalid.html | 4 + .../link/href/port-leading-colon-novalid.html | 4 + .../link/href/port-leading-dash-novalid.html | 4 + .../link/href/port-multiple-letters-novalid.html | 4 + .../elements/link/href/port-newline-novalid.html | 5 ++ .../link/href/port-single-letter-novalid.html | 4 + .../elements/link/href/port-space-novalid.html | 4 + .../html/elements/link/href/port-tab-novalid.html | 4 + .../link/href/query-leading-space-novalid.html | 4 + .../link/href/query-trailing-space-novalid.html | 4 + .../scheme-data-contains-fragment-haswarn.html | 4 + .../href/scheme-data-single-slash-novalid.html | 4 + .../link/href/scheme-file-backslash-novalid.html | 4 + .../scheme-file-single-slash-c-bar-novalid.html | 4 + .../scheme-file-slash-slash-abc-bar-novalid.html | 4 + .../scheme-file-triple-slash-c-bar-novalid.html | 4 + .../link/href/scheme-ftp-no-slash-novalid.html | 4 + .../link/href/scheme-ftp-single-slash-novalid.html | 4 + .../link/href/scheme-http-backslash-novalid.html | 4 + .../href/scheme-http-no-slash-colon-novalid.html | 4 + .../link/href/scheme-http-no-slash-novalid.html | 4 + ...cheme-http-no-slash-square-bracket-novalid.html | 4 + .../href/scheme-http-single-slash-novalid.html | 4 + .../link/href/scheme-https-no-slash-novalid.html | 4 + .../href/scheme-https-single-slash-novalid.html | 4 + .../link/href/scheme-trailing-cr-novalid.html | 4 + .../link/href/scheme-trailing-newline-novalid.html | 5 ++ .../link/href/scheme-trailing-space-novalid.html | 4 + .../link/href/scheme-trailing-tab-novalid.html | 4 + .../link/href/userinfo-backslash-novalid.html | 4 + .../href/userinfo-password-bad-chars-novalid.html | 4 + ...info-password-contains-pile-of-poo-novalid.html | 4 + ...userinfo-username-contains-at-sign-novalid.html | 4 + ...info-username-contains-pile-of-poo-novalid.html | 4 + .../link/imagesizes-no-imagesrcset-novalid.html | 4 + .../link/imagesrcset-no-as-image-novalid.html | 4 + .../link/imagesrcset-no-preload-novalid.html | 4 + .../html/elements/link/imagesrcset-valid.html | 6 ++ 73 files changed, 391 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href-isvalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href-missing-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href-whitespace-only-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-contains-hash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-userinfo-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-with-userinfo-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-hostname-in-brackets-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-square-brackets-port-contains-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-bare-percent-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-contains-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-backslash-at-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-chars-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-percent-encoded-malformed-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-relative-square-brackets-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-u0091-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-999999-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-bracket-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-dash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-multiple-letters-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-single-letter-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-contains-fragment-haswarn.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-single-slash-c-bar-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-slash-slash-abc-bar-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-triple-slash-c-bar-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-square-bracket-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-bad-chars-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-contains-pile-of-poo-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-at-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-pile-of-poo-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/imagesizes-no-imagesrcset-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-as-image-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-preload-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-valid.html (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/link') diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-empty-novalid.html new file mode 100644 index 0000000000..fb1f349f75 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-empty-novalid.html @@ -0,0 +1,4 @@ + + +empty href is not valid + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-isvalid.html new file mode 100644 index 0000000000..1ebfd3bfcb --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-isvalid.html @@ -0,0 +1,91 @@ + + +valid href + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href-missing-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-missing-novalid.html new file mode 100644 index 0000000000..eded973f6b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-missing-novalid.html @@ -0,0 +1,10 @@ + + + + +link element missing href attribute + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href-whitespace-only-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-whitespace-only-novalid.html new file mode 100644 index 0000000000..6874b11973 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href-whitespace-only-novalid.html @@ -0,0 +1,5 @@ + + +empty href is not valid + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-backslash-novalid.html new file mode 100644 index 0000000000..8f59c37ca8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: fragment-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-contains-hash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-contains-hash-novalid.html new file mode 100644 index 0000000000..77997986af --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-contains-hash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: fragment-contains-hash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-leading-space-novalid.html new file mode 100644 index 0000000000..3cd63e09c7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/fragment-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: fragment-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-cr-novalid.html new file mode 100644 index 0000000000..f66c1640ac --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-novalid.html new file mode 100644 index 0000000000..591dca8523 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-double-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-percent-encoded-novalid.html new file mode 100644 index 0000000000..484097db86 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-double-percent-encoded-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-double-percent-encoded-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-novalid.html new file mode 100644 index 0000000000..30bfc0f084 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-empty + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-userinfo-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-userinfo-empty-novalid.html new file mode 100644 index 0000000000..027efe0d44 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-userinfo-empty-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-empty-userinfo-empty + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-with-userinfo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-with-userinfo-novalid.html new file mode 100644 index 0000000000..b07878ee91 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-empty-with-userinfo-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-empty-with-userinfo + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-hostname-in-brackets-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-hostname-in-brackets-novalid.html new file mode 100644 index 0000000000..03b35eb582 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-hostname-in-brackets-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-hostname-in-brackets + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-novalid.html new file mode 100644 index 0000000000..22b5e8d3cd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-invalid-unicode + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-percent-encoded-novalid.html new file mode 100644 index 0000000000..fcba2a20bd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-invalid-unicode-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-invalid-unicode-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-newline-novalid.html new file mode 100644 index 0000000000..446a0d4803 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid href: host-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-space-novalid.html new file mode 100644 index 0000000000..7cf4ab8d3b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-square-brackets-port-contains-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-square-brackets-port-contains-colon-novalid.html new file mode 100644 index 0000000000..34500ab8c0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-square-brackets-port-contains-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-square-brackets-port-contains-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-tab-novalid.html new file mode 100644 index 0000000000..4f4a97bd3c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-novalid.html new file mode 100644 index 0000000000..905c8661ff --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-u0000-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-percent-encoded-novalid.html new file mode 100644 index 0000000000..084773e6f4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/host-u0000-percent-encoded-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: host-u0000-percent-encoded-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-bare-percent-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-bare-percent-sign-novalid.html new file mode 100644 index 0000000000..1e02cf8e81 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-bare-percent-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-bare-percent-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-contains-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-contains-space-novalid.html new file mode 100644 index 0000000000..8386f5d801 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-contains-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-contains-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-backslash-at-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-backslash-at-sign-novalid.html new file mode 100644 index 0000000000..5c333681ba --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-backslash-at-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-leading-backslash-at-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-backslash-novalid.html new file mode 100644 index 0000000000..19d37d8f10 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-leading-colon-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-chars-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-chars-backslash-novalid.html new file mode 100644 index 0000000000..5580214cb0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-colon-chars-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-leading-colon-chars-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-space-novalid.html new file mode 100644 index 0000000000..2889005854 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-percent-encoded-malformed-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-percent-encoded-malformed-novalid.html new file mode 100644 index 0000000000..599fecbbc2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-percent-encoded-malformed-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-percent-encoded-malformed + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-relative-square-brackets-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-relative-square-brackets-novalid.html new file mode 100644 index 0000000000..630062db8e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-relative-square-brackets-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-relative-square-brackets + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-tab-novalid.html new file mode 100644 index 0000000000..4c5e234c4f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-trailing-space-novalid.html new file mode 100644 index 0000000000..f8bcef833b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-u0091-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-u0091-novalid.html new file mode 100644 index 0000000000..5bed826c04 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/path-u0091-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: path-u0091 + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-999999-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-999999-novalid.html new file mode 100644 index 0000000000..4b7e189c42 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-999999-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-999999 + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-cr-novalid.html new file mode 100644 index 0000000000..030307b479 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-bracket-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-bracket-colon-novalid.html new file mode 100644 index 0000000000..0bf977156b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-bracket-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-leading-colon-bracket-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-novalid.html new file mode 100644 index 0000000000..04eb695a04 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-leading-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-dash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-dash-novalid.html new file mode 100644 index 0000000000..f77f17e138 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-leading-dash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-leading-dash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-multiple-letters-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-multiple-letters-novalid.html new file mode 100644 index 0000000000..2a8ab2aac0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-multiple-letters-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-multiple-letters + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-newline-novalid.html new file mode 100644 index 0000000000..5346b4fa2e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid href: port-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-single-letter-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-single-letter-novalid.html new file mode 100644 index 0000000000..f0b2d51179 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-single-letter-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-single-letter + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-space-novalid.html new file mode 100644 index 0000000000..1acf0b3d38 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-tab-novalid.html new file mode 100644 index 0000000000..4371db32de --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/port-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: port-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-leading-space-novalid.html new file mode 100644 index 0000000000..1a45d5a807 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: query-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-trailing-space-novalid.html new file mode 100644 index 0000000000..ccd4596d3d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/query-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: query-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-contains-fragment-haswarn.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-contains-fragment-haswarn.html new file mode 100644 index 0000000000..70fd6492c5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-contains-fragment-haswarn.html @@ -0,0 +1,4 @@ + + +href warning: scheme-data-contains-fragment + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-single-slash-novalid.html new file mode 100644 index 0000000000..95f8958069 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-data-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-data-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-backslash-novalid.html new file mode 100644 index 0000000000..8b37e6b76f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-file-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-single-slash-c-bar-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-single-slash-c-bar-novalid.html new file mode 100644 index 0000000000..cb02748125 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-single-slash-c-bar-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-file-single-slash-c-bar + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-slash-slash-abc-bar-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-slash-slash-abc-bar-novalid.html new file mode 100644 index 0000000000..e07fbfced4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-slash-slash-abc-bar-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-file-slash-slash-abc-bar + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-triple-slash-c-bar-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-triple-slash-c-bar-novalid.html new file mode 100644 index 0000000000..0364ce6497 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-file-triple-slash-c-bar-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-file-triple-slash-c-bar + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-no-slash-novalid.html new file mode 100644 index 0000000000..17a72ac542 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-ftp-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-single-slash-novalid.html new file mode 100644 index 0000000000..c930a16b47 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-ftp-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-ftp-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-backslash-novalid.html new file mode 100644 index 0000000000..af1814b44b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-http-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-colon-novalid.html new file mode 100644 index 0000000000..816bd3b254 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-http-no-slash-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-novalid.html new file mode 100644 index 0000000000..1678caac76 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-http-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-square-bracket-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-square-bracket-novalid.html new file mode 100644 index 0000000000..f768ffa9dc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-no-slash-square-bracket-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-http-no-slash-square-bracket + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-single-slash-novalid.html new file mode 100644 index 0000000000..b2210d4900 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-http-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-http-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-no-slash-novalid.html new file mode 100644 index 0000000000..13c5e34620 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-https-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-single-slash-novalid.html new file mode 100644 index 0000000000..b9192eb216 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-https-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-https-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-cr-novalid.html new file mode 100644 index 0000000000..3877fab7cb --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-trailing-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-newline-novalid.html new file mode 100644 index 0000000000..5b747be012 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid href: scheme-trailing-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-space-novalid.html new file mode 100644 index 0000000000..65dd25d843 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-tab-novalid.html new file mode 100644 index 0000000000..934a8c4d37 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/scheme-trailing-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: scheme-trailing-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-backslash-novalid.html new file mode 100644 index 0000000000..78e636f58c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: userinfo-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-bad-chars-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-bad-chars-novalid.html new file mode 100644 index 0000000000..259f84eb61 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-bad-chars-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: userinfo-password-bad-chars + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-contains-pile-of-poo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-contains-pile-of-poo-novalid.html new file mode 100644 index 0000000000..5acd244ccf --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-password-contains-pile-of-poo-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: userinfo-password-contains-pile-of-poo + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-at-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-at-sign-novalid.html new file mode 100644 index 0000000000..1cff4f2753 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-at-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: userinfo-username-contains-at-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-pile-of-poo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-pile-of-poo-novalid.html new file mode 100644 index 0000000000..0db2f57b98 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/href/userinfo-username-contains-pile-of-poo-novalid.html @@ -0,0 +1,4 @@ + + +invalid href: userinfo-username-contains-pile-of-poo + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesizes-no-imagesrcset-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesizes-no-imagesrcset-novalid.html new file mode 100644 index 0000000000..6eb0a969c3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesizes-no-imagesrcset-novalid.html @@ -0,0 +1,4 @@ + + +imagesizes can be used only when imagesrcset is also present + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-as-image-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-as-image-novalid.html new file mode 100644 index 0000000000..8649d391ad --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-as-image-novalid.html @@ -0,0 +1,4 @@ + + +imagesrcset can be used only when as is image + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-preload-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-preload-novalid.html new file mode 100644 index 0000000000..9bb821b585 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-no-preload-novalid.html @@ -0,0 +1,4 @@ + + +imagesrcset can be used only when rel is preload + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-valid.html b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-valid.html new file mode 100644 index 0000000000..fa3ca661dd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/link/imagesrcset-valid.html @@ -0,0 +1,6 @@ + + +valid imagesrcset & imagesizes + + + -- cgit v1.2.3