diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /testing/web-platform/meta/cookies/value | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/cookies/value')
-rw-r--r-- | testing/web-platform/meta/cookies/value/value-ctl.html.ini | 108 | ||||
-rw-r--r-- | testing/web-platform/meta/cookies/value/value.html.ini | 84 |
2 files changed, 192 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookies/value/value-ctl.html.ini b/testing/web-platform/meta/cookies/value/value-ctl.html.ini new file mode 100644 index 0000000000..6a44b4efef --- /dev/null +++ b/testing/web-platform/meta/cookies/value/value-ctl.html.ini @@ -0,0 +1,108 @@ +[value-ctl.html] + [Cookie with %x0 in value is rejected (DOM).] + expected: FAIL + + [Cookie with %xa in value is rejected (DOM).] + expected: FAIL + + [Cookie with %xd in value is rejected (DOM).] + expected: FAIL + + [Cookie with %x0 in name is rejected or modified (HTTP).] + expected: FAIL + + [Cookie with %x1 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x2 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x3 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x4 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x5 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x6 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x7 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x8 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x9 in value is accepted (HTTP).] + expected: FAIL + + [Cookie with %xa in name is rejected or modified (HTTP).] + expected: FAIL + + [Cookie with %xb in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %xc in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %xd in name is rejected or modified (HTTP).] + expected: FAIL + + [Cookie with %xe in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %xf in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x10 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x11 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x12 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x13 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x14 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x15 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x16 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x17 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x18 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x19 in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x1a in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x1b in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x1c in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x1d in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x1e in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x1f in value is rejected (HTTP).] + expected: FAIL + + [Cookie with %x7f in value is rejected (HTTP).] + expected: FAIL diff --git a/testing/web-platform/meta/cookies/value/value.html.ini b/testing/web-platform/meta/cookies/value/value.html.ini new file mode 100644 index 0000000000..ff32c989b2 --- /dev/null +++ b/testing/web-platform/meta/cookies/value/value.html.ini @@ -0,0 +1,84 @@ +[value.html] + [Set nameless cookie to its value] + expected: FAIL + + [Set nameless cookie to its value with an escaped quote] + expected: FAIL + + [Set value with unbalanced leading quote] + expected: FAIL + + [Set nameless cookie followed by '=' to its value] + expected: FAIL + + [Set cookie but ignore value after LF] + expected: FAIL + + [Set cookie ignoring whitespace after value endquote] + expected: FAIL + + [Ignore whitespace and ; after value] + expected: FAIL + + [Ignore whitespace preceding value] + expected: FAIL + + [Set cookie with quotes in value] + expected: FAIL + + [Set cookie keeping whitespace inside quoted value] + expected: FAIL + + [Set cookie value ignoring characters after semicolon] + expected: FAIL + + [Set cookie with another = inside quoted value] + expected: FAIL + + [Set cookie ignoring whitespace surrounding value and characters after first semicolon] + expected: FAIL + + [Set valueless cookie, given `Set-Cookie: test22=`] + expected: FAIL + + [URL-encoded cookie value is not decoded] + expected: FAIL + + [Set cookie with a space character in the value] + expected: FAIL + + [Set cookie with large name + value ( = 4kb)] + expected: FAIL + + [Set cookie with one = inside an unquoted value] + expected: FAIL + + [Set a nameless cookie with a space character in the value] + expected: FAIL + + [Set cookie with two = inside an unquoted value] + expected: FAIL + + [Set cookie with value set to =] + expected: FAIL + + [Ignore cookie with large name + value ( > 4kb)] + expected: FAIL + + [Set value with a single quote excluding whitespace] + expected: FAIL + + [Ignore values after semicolon] + expected: FAIL + + [Set value containing a comma] + expected: FAIL + + [Set value including quotes and whitespace up until semicolon] + expected: FAIL + + [Set quoted value containing a comma] + expected: FAIL + + [Ignore whitespace at the end of value] + expected: FAIL |