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/button/formaction/fragment-backslash-novalid.html | 4 ++++ .../elements/button/formaction/fragment-contains-hash-novalid.html | 4 ++++ .../elements/button/formaction/fragment-leading-space-novalid.html | 4 ++++ .../html/elements/button/formaction/host-cr-novalid.html | 4 ++++ .../button/formaction/host-double-percent-encoded-novalid.html | 4 ++++ .../host-double-percent-encoded-percent-encoded-novalid.html | 4 ++++ .../html/elements/button/formaction/host-empty-novalid.html | 4 ++++ .../button/formaction/host-empty-userinfo-empty-novalid.html | 4 ++++ .../elements/button/formaction/host-empty-with-userinfo-novalid.html | 4 ++++ .../button/formaction/host-hostname-in-brackets-novalid.html | 4 ++++ .../elements/button/formaction/host-invalid-unicode-novalid.html | 4 ++++ .../formaction/host-invalid-unicode-percent-encoded-novalid.html | 4 ++++ .../html/elements/button/formaction/host-newline-novalid.html | 5 +++++ .../html/elements/button/formaction/host-space-novalid.html | 4 ++++ .../formaction/host-square-brackets-port-contains-colon-novalid.html | 4 ++++ .../html/elements/button/formaction/host-tab-novalid.html | 4 ++++ .../button/formaction/host-u0000-percent-encoded-novalid.html | 4 ++++ .../host-u0000-percent-encoded-percent-encoded-novalid.html | 4 ++++ .../elements/button/formaction/path-bare-percent-sign-novalid.html | 4 ++++ .../html/elements/button/formaction/path-contains-space-novalid.html | 4 ++++ .../button/formaction/path-leading-backslash-at-sign-novalid.html | 4 ++++ .../button/formaction/path-leading-colon-backslash-novalid.html | 4 ++++ .../formaction/path-leading-colon-chars-backslash-novalid.html | 4 ++++ .../html/elements/button/formaction/path-leading-space-novalid.html | 4 ++++ .../button/formaction/path-percent-encoded-malformed-novalid.html | 4 ++++ .../button/formaction/path-relative-square-brackets-novalid.html | 4 ++++ .../html/elements/button/formaction/path-tab-novalid.html | 4 ++++ .../html/elements/button/formaction/path-trailing-space-novalid.html | 4 ++++ .../html/elements/button/formaction/path-u0091-novalid.html | 4 ++++ .../html/elements/button/formaction/port-999999-novalid.html | 4 ++++ .../html/elements/button/formaction/port-cr-novalid.html | 4 ++++ .../button/formaction/port-leading-colon-bracket-colon-novalid.html | 4 ++++ .../html/elements/button/formaction/port-leading-colon-novalid.html | 4 ++++ .../html/elements/button/formaction/port-leading-dash-novalid.html | 4 ++++ .../elements/button/formaction/port-multiple-letters-novalid.html | 4 ++++ .../html/elements/button/formaction/port-newline-novalid.html | 5 +++++ .../html/elements/button/formaction/port-single-letter-novalid.html | 4 ++++ .../html/elements/button/formaction/port-space-novalid.html | 4 ++++ .../html/elements/button/formaction/port-tab-novalid.html | 4 ++++ .../html/elements/button/formaction/query-leading-space-novalid.html | 4 ++++ .../elements/button/formaction/query-trailing-space-novalid.html | 4 ++++ .../button/formaction/scheme-data-contains-fragment-haswarn.html | 4 ++++ .../elements/button/formaction/scheme-data-single-slash-novalid.html | 4 ++++ .../elements/button/formaction/scheme-file-backslash-novalid.html | 4 ++++ .../button/formaction/scheme-file-single-slash-c-bar-novalid.html | 4 ++++ .../button/formaction/scheme-file-triple-slash-c-bar-novalid.html | 4 ++++ .../html/elements/button/formaction/scheme-ftp-no-slash-novalid.html | 4 ++++ .../elements/button/formaction/scheme-ftp-single-slash-novalid.html | 4 ++++ .../elements/button/formaction/scheme-http-backslash-novalid.html | 4 ++++ .../button/formaction/scheme-http-no-slash-colon-novalid.html | 4 ++++ .../elements/button/formaction/scheme-http-no-slash-novalid.html | 4 ++++ .../formaction/scheme-http-no-slash-square-bracket-novalid.html | 4 ++++ .../elements/button/formaction/scheme-http-single-slash-novalid.html | 4 ++++ .../elements/button/formaction/scheme-https-no-slash-novalid.html | 4 ++++ .../button/formaction/scheme-https-single-slash-novalid.html | 4 ++++ .../formaction/scheme-javascript-no-slash-malformed-novalid.html | 4 ++++ .../html/elements/button/formaction/scheme-trailing-cr-novalid.html | 4 ++++ .../elements/button/formaction/scheme-trailing-newline-novalid.html | 5 +++++ .../elements/button/formaction/scheme-trailing-space-novalid.html | 4 ++++ .../html/elements/button/formaction/scheme-trailing-tab-novalid.html | 4 ++++ .../html/elements/button/formaction/userinfo-backslash-novalid.html | 4 ++++ .../button/formaction/userinfo-password-bad-chars-novalid.html | 4 ++++ .../formaction/userinfo-password-contains-pile-of-poo-novalid.html | 4 ++++ .../formaction/userinfo-username-contains-at-sign-novalid.html | 4 ++++ .../formaction/userinfo-username-contains-pile-of-poo-novalid.html | 4 ++++ 65 files changed, 263 insertions(+) create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-contains-hash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-userinfo-empty-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-with-userinfo-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-hostname-in-brackets-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-square-brackets-port-contains-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-percent-encoded-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-bare-percent-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-contains-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-backslash-at-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-chars-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-percent-encoded-malformed-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-relative-square-brackets-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-u0091-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-999999-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-bracket-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-dash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-multiple-letters-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-single-letter-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-leading-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-contains-fragment-haswarn.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-single-slash-c-bar-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-triple-slash-c-bar-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-colon-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-square-bracket-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-no-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-single-slash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-javascript-no-slash-malformed-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-cr-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-newline-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-space-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-tab-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-backslash-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-bad-chars-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-contains-pile-of-poo-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-at-sign-novalid.html create mode 100644 testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-pile-of-poo-novalid.html (limited to 'testing/web-platform/tests/conformance-checkers/html/elements/button/formaction') diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-backslash-novalid.html new file mode 100644 index 000000000..f8dd36681 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: fragment-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-contains-hash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-contains-hash-novalid.html new file mode 100644 index 000000000..34aa42935 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-contains-hash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: fragment-contains-hash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-leading-space-novalid.html new file mode 100644 index 000000000..d5571acf0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/fragment-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: fragment-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-cr-novalid.html new file mode 100644 index 000000000..99b23b4a7 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-novalid.html new file mode 100644 index 000000000..f0a118b85 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-double-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-percent-encoded-novalid.html new file mode 100644 index 000000000..71cc7d12b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-double-percent-encoded-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-double-percent-encoded-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-novalid.html new file mode 100644 index 000000000..728cf8754 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-empty + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-userinfo-empty-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-userinfo-empty-novalid.html new file mode 100644 index 000000000..04279b959 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-userinfo-empty-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-empty-userinfo-empty + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-with-userinfo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-with-userinfo-novalid.html new file mode 100644 index 000000000..5dea89f11 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-empty-with-userinfo-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-empty-with-userinfo + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-hostname-in-brackets-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-hostname-in-brackets-novalid.html new file mode 100644 index 000000000..477d3871b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-hostname-in-brackets-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-hostname-in-brackets + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-novalid.html new file mode 100644 index 000000000..52b2381df --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-invalid-unicode + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-percent-encoded-novalid.html new file mode 100644 index 000000000..6728b889d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-invalid-unicode-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-invalid-unicode-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-newline-novalid.html new file mode 100644 index 000000000..7906dd267 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid formaction: host-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-space-novalid.html new file mode 100644 index 000000000..4aee6d7c4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-square-brackets-port-contains-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-square-brackets-port-contains-colon-novalid.html new file mode 100644 index 000000000..27cb19090 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-square-brackets-port-contains-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-square-brackets-port-contains-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-tab-novalid.html new file mode 100644 index 000000000..e4bc59fff --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-novalid.html new file mode 100644 index 000000000..3d7042639 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-u0000-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-percent-encoded-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-percent-encoded-novalid.html new file mode 100644 index 000000000..29836a9b8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/host-u0000-percent-encoded-percent-encoded-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: host-u0000-percent-encoded-percent-encoded + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-bare-percent-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-bare-percent-sign-novalid.html new file mode 100644 index 000000000..09febe38a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-bare-percent-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-bare-percent-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-contains-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-contains-space-novalid.html new file mode 100644 index 000000000..a8e6d07bf --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-contains-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-contains-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-backslash-at-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-backslash-at-sign-novalid.html new file mode 100644 index 000000000..f2c1e3bc4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-backslash-at-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-leading-backslash-at-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-backslash-novalid.html new file mode 100644 index 000000000..9fbe511ec --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-leading-colon-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-chars-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-chars-backslash-novalid.html new file mode 100644 index 000000000..871581991 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-colon-chars-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-leading-colon-chars-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-space-novalid.html new file mode 100644 index 000000000..eda9780b9 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-percent-encoded-malformed-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-percent-encoded-malformed-novalid.html new file mode 100644 index 000000000..d3d373ad8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-percent-encoded-malformed-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-percent-encoded-malformed + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-relative-square-brackets-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-relative-square-brackets-novalid.html new file mode 100644 index 000000000..afb7e3032 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-relative-square-brackets-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-relative-square-brackets + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-tab-novalid.html new file mode 100644 index 000000000..85313dc98 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-trailing-space-novalid.html new file mode 100644 index 000000000..4b47774e3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-u0091-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-u0091-novalid.html new file mode 100644 index 000000000..cc3929c6a --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/path-u0091-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: path-u0091 + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-999999-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-999999-novalid.html new file mode 100644 index 000000000..8a997594d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-999999-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-999999 + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-cr-novalid.html new file mode 100644 index 000000000..6596879d5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-bracket-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-bracket-colon-novalid.html new file mode 100644 index 000000000..2bda92d12 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-bracket-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-leading-colon-bracket-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-novalid.html new file mode 100644 index 000000000..c5f0924d8 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-leading-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-dash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-dash-novalid.html new file mode 100644 index 000000000..e0e1a6bd3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-leading-dash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-leading-dash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-multiple-letters-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-multiple-letters-novalid.html new file mode 100644 index 000000000..8a01f322e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-multiple-letters-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-multiple-letters + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-newline-novalid.html new file mode 100644 index 000000000..088183e5d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid formaction: port-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-single-letter-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-single-letter-novalid.html new file mode 100644 index 000000000..b73404884 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-single-letter-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-single-letter + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-space-novalid.html new file mode 100644 index 000000000..1f0886661 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-tab-novalid.html new file mode 100644 index 000000000..69ab282ab --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/port-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: port-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-leading-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-leading-space-novalid.html new file mode 100644 index 000000000..a18576e99 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-leading-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: query-leading-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-trailing-space-novalid.html new file mode 100644 index 000000000..f26027f9c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/query-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: query-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-contains-fragment-haswarn.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-contains-fragment-haswarn.html new file mode 100644 index 000000000..3e48f2db4 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-contains-fragment-haswarn.html @@ -0,0 +1,4 @@ + + +data:text/html,test#test warning: scheme-data-contains-fragment + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-single-slash-novalid.html new file mode 100644 index 000000000..612d20019 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-data-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-data-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-backslash-novalid.html new file mode 100644 index 000000000..63d96e3b0 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-file-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-single-slash-c-bar-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-single-slash-c-bar-novalid.html new file mode 100644 index 000000000..85cf8539b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-single-slash-c-bar-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-file-single-slash-c-bar + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-triple-slash-c-bar-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-triple-slash-c-bar-novalid.html new file mode 100644 index 000000000..901f6b05f --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-file-triple-slash-c-bar-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-file-triple-slash-c-bar + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-no-slash-novalid.html new file mode 100644 index 000000000..1f094e3fc --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-ftp-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-single-slash-novalid.html new file mode 100644 index 000000000..98389130d --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-ftp-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-ftp-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-backslash-novalid.html new file mode 100644 index 000000000..4bfbe65fd --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-http-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-colon-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-colon-novalid.html new file mode 100644 index 000000000..648420993 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-colon-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-http-no-slash-colon + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-novalid.html new file mode 100644 index 000000000..146d18572 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-http-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-square-bracket-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-square-bracket-novalid.html new file mode 100644 index 000000000..fe7de8877 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-no-slash-square-bracket-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-http-no-slash-square-bracket + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-single-slash-novalid.html new file mode 100644 index 000000000..b2d7ef0fb --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-http-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-http-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-no-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-no-slash-novalid.html new file mode 100644 index 000000000..85b13467b --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-no-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-https-no-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-single-slash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-single-slash-novalid.html new file mode 100644 index 000000000..61ba3d6a3 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-https-single-slash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-https-single-slash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-javascript-no-slash-malformed-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-javascript-no-slash-malformed-novalid.html new file mode 100644 index 000000000..74c1cbc88 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-javascript-no-slash-malformed-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-javascript-no-slash-malformed + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-cr-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-cr-novalid.html new file mode 100644 index 000000000..098a02a71 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-cr-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-trailing-cr + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-newline-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-newline-novalid.html new file mode 100644 index 000000000..4aec7d6c5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-newline-novalid.html @@ -0,0 +1,5 @@ + + +invalid formaction: scheme-trailing-newline + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-space-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-space-novalid.html new file mode 100644 index 000000000..b08683c0c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-space-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-trailing-space + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-tab-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-tab-novalid.html new file mode 100644 index 000000000..515d31626 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/scheme-trailing-tab-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: scheme-trailing-tab + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-backslash-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-backslash-novalid.html new file mode 100644 index 000000000..658db365c --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-backslash-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: userinfo-backslash + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-bad-chars-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-bad-chars-novalid.html new file mode 100644 index 000000000..62d5c2331 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-bad-chars-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: userinfo-password-bad-chars + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-contains-pile-of-poo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-contains-pile-of-poo-novalid.html new file mode 100644 index 000000000..b20b35cc5 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-password-contains-pile-of-poo-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: userinfo-password-contains-pile-of-poo + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-at-sign-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-at-sign-novalid.html new file mode 100644 index 000000000..9cd569d30 --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-at-sign-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: userinfo-username-contains-at-sign + diff --git a/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-pile-of-poo-novalid.html b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-pile-of-poo-novalid.html new file mode 100644 index 000000000..cde70e15e --- /dev/null +++ b/testing/web-platform/tests/conformance-checkers/html/elements/button/formaction/userinfo-username-contains-pile-of-poo-novalid.html @@ -0,0 +1,4 @@ + + +invalid formaction: userinfo-username-contains-pile-of-poo + -- cgit v1.2.3