summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/cookies/size/name-and-value.html.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/meta/cookies/size/name-and-value.html.ini')
-rw-r--r--testing/web-platform/meta/cookies/size/name-and-value.html.ini35
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/web-platform/meta/cookies/size/name-and-value.html.ini b/testing/web-platform/meta/cookies/size/name-and-value.html.ini
new file mode 100644
index 0000000000..cced698738
--- /dev/null
+++ b/testing/web-platform/meta/cookies/size/name-and-value.html.ini
@@ -0,0 +1,35 @@
+[name-and-value.html]
+ expected:
+ if (os == "android") and fission: [OK, TIMEOUT]
+ [Ignore cookie with name larger than 4096 and 1 byte value]
+ expected: FAIL
+
+ [Set max-size value-less cookie]
+ expected: FAIL
+
+ [Ignore value-less cookie with name larger than 4096 bytes]
+ expected: FAIL
+
+ [Set max-size cookie with largest possible value (4095 bytes)]
+ expected: FAIL
+
+ [Ignore named cookie (with non-zero length) and value larger than 4095 bytes]
+ expected: FAIL
+
+ [Ignore named cookie with length larger than 4095 bytes, and a non-zero value]
+ expected: FAIL
+
+ [Set max-size name-less cookie]
+ expected: FAIL
+
+ [Ignore name-less cookie with value larger than 4096 bytes]
+ expected: FAIL
+
+ [Ignore name-less cookie (without leading =) with value larger than 4096 bytes]
+ expected: FAIL
+
+ [Set max-size cookie that also has an attribute]
+ expected: FAIL
+
+ [Set max-size cookie with largest possible name and value (4096 bytes)]
+ expected: FAIL