blob: 85fa34f729dabd31810b6cc24a03b7dbb0960e7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
[secure-non-secure.html]
[(non-secure) Ignore cookie for Secure attribute]
expected: FAIL
[(non-secure) Ignore cookie for seCURe attribute]
expected: FAIL
[(non-secure) Ignore cookie for for Secure= attribute]
expected: FAIL
[(non-secure) Ignore cookie for Secure=aaaa]
expected: FAIL
[(non-secure) Ignore cookie for Secure space equals]
expected: FAIL
[(non-secure) Ignore cookie for Secure equals space]
expected: FAIL
[(non-secure) Ignore cookie for spaced Secure]
expected: FAIL
[(non-secure) Ignore cookie for space Secure with ;]
expected: FAIL
[(non-secure) Ignore cookie with __Secure- prefix and Secure]
expected: FAIL
[(non-secure) Ignore cookie with __Secure- prefix and without Secure]
expected: FAIL
[(non-secure) Cookie returned with __%53ecure- prefix and without Secure]
expected: FAIL
|