From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../meta/cookies/value/value-ctl.html.ini | 9 +++ .../web-platform/meta/cookies/value/value.html.ini | 68 ++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 testing/web-platform/meta/cookies/value/value-ctl.html.ini create mode 100644 testing/web-platform/meta/cookies/value/value.html.ini (limited to 'testing/web-platform/meta/cookies/value') 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..66fd710f39 --- /dev/null +++ b/testing/web-platform/meta/cookies/value/value-ctl.html.ini @@ -0,0 +1,9 @@ +[value-ctl.html] + [Cookie with %x0 in value is rejected.] + expected: FAIL + + [Cookie with %xa in value is rejected.] + expected: FAIL + + [Cookie with %xd in value is rejected.] + 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..5e5a2ab24d --- /dev/null +++ b/testing/web-platform/meta/cookies/value/value.html.ini @@ -0,0 +1,68 @@ +[value.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [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 -- cgit v1.2.3