aboutsummaryrefslogtreecommitdiffstats
path: root/test/wpt/cookies/attributes_secure_non_secure.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/wpt/cookies/attributes_secure_non_secure.json')
-rw-r--r--test/wpt/cookies/attributes_secure_non_secure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/wpt/cookies/attributes_secure_non_secure.json b/test/wpt/cookies/attributes_secure_non_secure.json
new file mode 100644
index 0000000..60777b3
--- /dev/null
+++ b/test/wpt/cookies/attributes_secure_non_secure.json
@@ -0,0 +1 @@
+[{"cookie":"test=1; Secure","expected":"","name":"(non-secure) Ignore cookie for Secure attribute"},{"cookie":"test=2; seCURe","expected":"","name":"(non-secure) Ignore cookie for seCURe attribute"},{"cookie":"test=3; Secure=","expected":"","name":"(non-secure) Ignore cookie for for Secure= attribute"},{"cookie":"test=4; Secure=aaaa","expected":"","name":"(non-secure) Ignore cookie for Secure=aaaa"},{"cookie":"test=5; Secure =aaaaa","expected":"","name":"(non-secure) Ignore cookie for Secure space equals"},{"cookie":"test=6; Secure= aaaaa","expected":"","name":"(non-secure) Ignore cookie for Secure equals space"},{"cookie":"test=7; Secure","expected":"","name":"(non-secure) Ignore cookie for spaced Secure"},{"cookie":"test=8; Secure ;","expected":"","name":"(non-secure) Ignore cookie for space Secure with ;"},{"cookie":"__Secure-test=9; Secure","expected":"","name":"(non-secure) Ignore cookie with __Secure- prefix and Secure"},{"cookie":"__Secure-test=10","expected":"","name":"(non-secure) Ignore cookie with __Secure- prefix and without Secure"},{"cookie":"__%53ecure-test=11","expected":"__%53ecure-test=11","name":"(non-secure) Cookie returned with __%53ecure- prefix and without Secure"}]