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 --- .../html/elements/source/src-empty-novalid.html | 4 + .../html/elements/source/src-isvalid.html | 91 ++++++++++++++++++++++ .../source/src-whitespace-only-novalid.html | 5 ++ .../source/src/fragment-backslash-novalid.html | 4 + .../source/src/fragment-contains-hash-novalid.html | 4 + .../source/src/fragment-leading-space-novalid.html | 4 + .../html/elements/source/src/host-cr-novalid.html | 4 + .../src/host-double-percent-encoded-novalid.html | 4 + ...le-percent-encoded-percent-encoded-novalid.html | 4 + .../elements/source/src/host-empty-novalid.html | 4 + .../src/host-empty-userinfo-empty-novalid.html | 4 + .../src/host-empty-with-userinfo-novalid.html | 4 + .../src/host-hostname-in-brackets-novalid.html | 4 + .../source/src/host-invalid-unicode-novalid.html | 4 + ...st-invalid-unicode-percent-encoded-novalid.html | 4 + .../elements/source/src/host-newline-novalid.html | 5 ++ .../elements/source/src/host-space-novalid.html | 4 + ...quare-brackets-port-contains-colon-novalid.html | 4 + .../html/elements/source/src/host-tab-novalid.html | 4 + .../src/host-u0000-percent-encoded-novalid.html | 4 + ...00-percent-encoded-percent-encoded-novalid.html | 4 + .../source/src/path-bare-percent-sign-novalid.html | 4 + .../source/src/path-contains-space-novalid.html | 4 + .../path-leading-backslash-at-sign-novalid.html | 4 + .../src/path-leading-colon-backslash-novalid.html | 4 + ...path-leading-colon-chars-backslash-novalid.html | 4 + .../source/src/path-leading-space-novalid.html | 4 + .../path-percent-encoded-malformed-novalid.html | 4 + .../src/path-relative-square-brackets-novalid.html | 4 + .../html/elements/source/src/path-tab-novalid.html | 4 + .../source/src/path-trailing-space-novalid.html | 4 + .../elements/source/src/path-u0091-novalid.html | 4 + .../elements/source/src/port-999999-novalid.html | 4 + .../html/elements/source/src/port-cr-novalid.html | 4 + .../port-leading-colon-bracket-colon-novalid.html | 4 + .../source/src/port-leading-colon-novalid.html | 4 + .../source/src/port-leading-dash-novalid.html | 4 + .../source/src/port-multiple-letters-novalid.html | 4 + .../elements/source/src/port-newline-novalid.html | 5 ++ .../source/src/port-single-letter-novalid.html | 4 + .../elements/source/src/port-space-novalid.html | 4 + .../html/elements/source/src/port-tab-novalid.html | 4 + .../source/src/query-leading-space-novalid.html | 4 + .../source/src/query-trailing-space-novalid.html | 4 + .../src/scheme-data-contains-fragment-haswarn.html | 4 + .../src/scheme-data-single-slash-novalid.html | 4 + .../source/src/scheme-file-backslash-novalid.html | 4 + .../scheme-file-single-slash-c-bar-novalid.html | 4 + .../scheme-file-triple-slash-c-bar-novalid.html | 4 + .../source/src/scheme-ftp-no-slash-novalid.html | 4 + .../src/scheme-ftp-single-slash-novalid.html | 4 + .../source/src/scheme-http-backslash-novalid.html | 4 + .../src/scheme-http-no-slash-colon-novalid.html | 4 + .../source/src/scheme-http-no-slash-novalid.html | 4 + ...cheme-http-no-slash-square-bracket-novalid.html | 4 + .../src/scheme-http-single-slash-novalid.html | 4 + .../source/src/scheme-https-no-slash-novalid.html | 4 + .../src/scheme-https-single-slash-novalid.html | 4 + ...heme-javascript-no-slash-malformed-novalid.html | 4 + .../source/src/scheme-trailing-cr-novalid.html | 4 + .../src/scheme-trailing-newline-novalid.html | 5 ++ .../source/src/scheme-trailing-space-novalid.html | 4 + .../source/src/scheme-trailing-tab-novalid.html | 4 + .../source/src/userinfo-backslash-novalid.html | 4 + .../src/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 + 68 files changed, 363 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src-isvalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src-whitespace-only-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-contains-hash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-userinfo-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-with-userinfo-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-hostname-in-brackets-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-square-brackets-port-contains-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-bare-percent-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-contains-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-backslash-at-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-chars-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-percent-encoded-malformed-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-relative-square-brackets-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-u0091-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-999999-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-bracket-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-dash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-multiple-letters-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-single-letter-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-contains-fragment-haswarn.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-single-slash-c-bar-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-triple-slash-c-bar-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-square-bracket-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-javascript-no-slash-malformed-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-bad-chars-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-contains-pile-of-poo-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-at-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-pile-of-poo-novalid.html (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/source') diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src-empty-novalid.html new file mode 100644 index 000000000..40af9974f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src-empty-novalid.html @@ -0,0 +1,4 @@ + + +empty src is not valid + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src-isvalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src-isvalid.html new file mode 100644 index 000000000..138463d95 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src-isvalid.html @@ -0,0 +1,91 @@ + + +valid src + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src-whitespace-only-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src-whitespace-only-novalid.html new file mode 100644 index 000000000..d814f5bee --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src-whitespace-only-novalid.html @@ -0,0 +1,5 @@ + + +empty src is not valid + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-backslash-novalid.html new file mode 100644 index 000000000..d01d315a8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: fragment-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-contains-hash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-contains-hash-novalid.html new file mode 100644 index 000000000..1780fe698 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-contains-hash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: fragment-contains-hash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-leading-space-novalid.html new file mode 100644 index 000000000..cf2d6028b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/fragment-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: fragment-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-cr-novalid.html new file mode 100644 index 000000000..fce5132b1 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-novalid.html new file mode 100644 index 000000000..e670a118f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-double-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-percent-encoded-novalid.html new file mode 100644 index 000000000..e45923332 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-double-percent-encoded-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-double-percent-encoded-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-novalid.html new file mode 100644 index 000000000..0c8af3c14 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-empty + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-userinfo-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-userinfo-empty-novalid.html new file mode 100644 index 000000000..401b95d78 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-userinfo-empty-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-empty-userinfo-empty + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-with-userinfo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-with-userinfo-novalid.html new file mode 100644 index 000000000..20aee85b0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-empty-with-userinfo-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-empty-with-userinfo + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-hostname-in-brackets-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-hostname-in-brackets-novalid.html new file mode 100644 index 000000000..459a77a7c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-hostname-in-brackets-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-hostname-in-brackets + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-novalid.html new file mode 100644 index 000000000..87343ea53 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-invalid-unicode + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-percent-encoded-novalid.html new file mode 100644 index 000000000..89198c0c0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-invalid-unicode-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-invalid-unicode-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-newline-novalid.html new file mode 100644 index 000000000..d6fbbff9f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid src: host-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-space-novalid.html new file mode 100644 index 000000000..4b948bb42 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-square-brackets-port-contains-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-square-brackets-port-contains-colon-novalid.html new file mode 100644 index 000000000..1c0948bde --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-square-brackets-port-contains-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-square-brackets-port-contains-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-tab-novalid.html new file mode 100644 index 000000000..bfa213cf9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-novalid.html new file mode 100644 index 000000000..af4112397 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-u0000-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-percent-encoded-novalid.html new file mode 100644 index 000000000..2b8764b77 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/host-u0000-percent-encoded-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: host-u0000-percent-encoded-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-bare-percent-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-bare-percent-sign-novalid.html new file mode 100644 index 000000000..a3f169c0b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-bare-percent-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-bare-percent-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-contains-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-contains-space-novalid.html new file mode 100644 index 000000000..8290e2355 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-contains-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-contains-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-backslash-at-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-backslash-at-sign-novalid.html new file mode 100644 index 000000000..6a7028d12 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-backslash-at-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-leading-backslash-at-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-backslash-novalid.html new file mode 100644 index 000000000..8c42b1c88 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-leading-colon-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-chars-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-chars-backslash-novalid.html new file mode 100644 index 000000000..3764f1e87 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-colon-chars-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-leading-colon-chars-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-space-novalid.html new file mode 100644 index 000000000..fd9958075 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-percent-encoded-malformed-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-percent-encoded-malformed-novalid.html new file mode 100644 index 000000000..4d133de21 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-percent-encoded-malformed-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-percent-encoded-malformed + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-relative-square-brackets-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-relative-square-brackets-novalid.html new file mode 100644 index 000000000..b7fba0247 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-relative-square-brackets-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-relative-square-brackets + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-tab-novalid.html new file mode 100644 index 000000000..a75594861 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-trailing-space-novalid.html new file mode 100644 index 000000000..e410928b0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-u0091-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-u0091-novalid.html new file mode 100644 index 000000000..315c9c040 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/path-u0091-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: path-u0091 + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-999999-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-999999-novalid.html new file mode 100644 index 000000000..c635f3b66 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-999999-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-999999 + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-cr-novalid.html new file mode 100644 index 000000000..f4a35d68a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-bracket-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-bracket-colon-novalid.html new file mode 100644 index 000000000..6162bb6ec --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-bracket-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-leading-colon-bracket-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-novalid.html new file mode 100644 index 000000000..590459c48 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-leading-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-dash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-dash-novalid.html new file mode 100644 index 000000000..32aa2a609 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-leading-dash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-leading-dash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-multiple-letters-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-multiple-letters-novalid.html new file mode 100644 index 000000000..0c5edbf21 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-multiple-letters-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-multiple-letters + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-newline-novalid.html new file mode 100644 index 000000000..b5103483b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid src: port-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-single-letter-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-single-letter-novalid.html new file mode 100644 index 000000000..6359c2dec --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-single-letter-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-single-letter + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-space-novalid.html new file mode 100644 index 000000000..8b255e538 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-tab-novalid.html new file mode 100644 index 000000000..7e3eede3c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/port-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: port-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-leading-space-novalid.html new file mode 100644 index 000000000..c2b2ccf61 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: query-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-trailing-space-novalid.html new file mode 100644 index 000000000..3d18f7316 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/query-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: query-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-contains-fragment-haswarn.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-contains-fragment-haswarn.html new file mode 100644 index 000000000..c92f72c9d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-contains-fragment-haswarn.html @@ -0,0 +1,4 @@ + + +src warning: scheme-data-contains-fragment + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-single-slash-novalid.html new file mode 100644 index 000000000..5be1b6aa5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-data-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-data-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-backslash-novalid.html new file mode 100644 index 000000000..3d2ba290e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-file-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-single-slash-c-bar-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-single-slash-c-bar-novalid.html new file mode 100644 index 000000000..3f7312176 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-single-slash-c-bar-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-file-single-slash-c-bar + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-triple-slash-c-bar-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-triple-slash-c-bar-novalid.html new file mode 100644 index 000000000..b1d44ebc7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-file-triple-slash-c-bar-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-file-triple-slash-c-bar + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-no-slash-novalid.html new file mode 100644 index 000000000..5388a0e6a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-ftp-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-single-slash-novalid.html new file mode 100644 index 000000000..f24622fe2 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-ftp-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-ftp-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-backslash-novalid.html new file mode 100644 index 000000000..de2b3888c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-http-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-colon-novalid.html new file mode 100644 index 000000000..c331a355d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-http-no-slash-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-novalid.html new file mode 100644 index 000000000..fa4992049 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-http-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-square-bracket-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-square-bracket-novalid.html new file mode 100644 index 000000000..576fef6f4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-no-slash-square-bracket-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-http-no-slash-square-bracket + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-single-slash-novalid.html new file mode 100644 index 000000000..09837749c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-http-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-http-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-no-slash-novalid.html new file mode 100644 index 000000000..931e59c00 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-https-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-single-slash-novalid.html new file mode 100644 index 000000000..87f75d8fb --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-https-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-https-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-javascript-no-slash-malformed-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-javascript-no-slash-malformed-novalid.html new file mode 100644 index 000000000..6516b4231 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-javascript-no-slash-malformed-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-javascript-no-slash-malformed + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-cr-novalid.html new file mode 100644 index 000000000..99170ba10 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-trailing-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-newline-novalid.html new file mode 100644 index 000000000..4e68da6e7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid src: scheme-trailing-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-space-novalid.html new file mode 100644 index 000000000..8a7e5471c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-tab-novalid.html new file mode 100644 index 000000000..87ebab22d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/scheme-trailing-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: scheme-trailing-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-backslash-novalid.html new file mode 100644 index 000000000..110363739 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: userinfo-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-bad-chars-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-bad-chars-novalid.html new file mode 100644 index 000000000..2e88fd4d4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-bad-chars-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: userinfo-password-bad-chars + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-contains-pile-of-poo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-contains-pile-of-poo-novalid.html new file mode 100644 index 000000000..147678b38 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-password-contains-pile-of-poo-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: userinfo-password-contains-pile-of-poo + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-at-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-at-sign-novalid.html new file mode 100644 index 000000000..c6f9bef71 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-at-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: userinfo-username-contains-at-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-pile-of-poo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-pile-of-poo-novalid.html new file mode 100644 index 000000000..fb2f9413f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/source/src/userinfo-username-contains-pile-of-poo-novalid.html @@ -0,0 +1,4 @@ + + +invalid src: userinfo-username-contains-pile-of-poo + -- cgit v1.2.3