diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:01:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-20 04:01:55 +0000 |
commit | 0409b8aa646ea5192cd91976a89f71024129344c (patch) | |
tree | f95ba411e9e8b81d511c448d9fc010a876e8b481 /testing | |
parent | Adding upstream version 127.0. (diff) | |
download | firefox-0409b8aa646ea5192cd91976a89f71024129344c.tar.xz firefox-0409b8aa646ea5192cd91976a89f71024129344c.zip |
Adding upstream version 127.0.1.upstream/127.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing')
-rw-r--r-- | testing/web-platform/meta/cookies/attributes/attributes-ctl.sub.html.ini | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookies/attributes/attributes-ctl.sub.html.ini b/testing/web-platform/meta/cookies/attributes/attributes-ctl.sub.html.ini index 257448fa2e..75fcc6a22d 100644 --- a/testing/web-platform/meta/cookies/attributes/attributes-ctl.sub.html.ini +++ b/testing/web-platform/meta/cookies/attributes/attributes-ctl.sub.html.ini @@ -2,9 +2,21 @@ [Cookie with %x9 after Secure attribute is handled correctly.] expected: FAIL + [Cookie with %xa after Domain attribute value is handled correctly.] + expected: FAIL + + [Cookie with %xa after Path attribute value is handled correctly.] + expected: FAIL + [Cookie with %xa in Max-Age attribute value is handled correctly.] expected: FAIL + [Cookie with %xa after Max-Age attribute value is handled correctly.] + expected: FAIL + + [Cookie with %xa after Expires attribute value is handled correctly.] + expected: FAIL + [Cookie with %xa in Secure attribute is handled correctly.] expected: FAIL @@ -14,9 +26,21 @@ [Cookie with %xa in SameSite attribute value is handled correctly.] expected: FAIL + [Cookie with %xd after Domain attribute value is handled correctly.] + expected: FAIL + + [Cookie with %xd after Path attribute value is handled correctly.] + expected: FAIL + [Cookie with %xd in Max-Age attribute value is handled correctly.] expected: FAIL + [Cookie with %xd after Max-Age attribute value is handled correctly.] + expected: FAIL + + [Cookie with %xd after Expires attribute value is handled correctly.] + expected: FAIL + [Cookie with %xd in Secure attribute is handled correctly.] expected: FAIL @@ -25,3 +49,9 @@ [Cookie with %xd in SameSite attribute value is handled correctly.] expected: FAIL + + [Cookie with %xa after SameSite attribute value is handled correctly.] + expected: FAIL + + [Cookie with %xd after SameSite attribute value is handled correctly.] + expected: FAIL |