blob: f7e6d131ad900a2df3c314b5bd3bc989ba5fe73e (
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
[secure-non-secure.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[(non-secure) Ignore cookie for Secure attribute]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie for seCURe attribute]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie for for Secure= attribute]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie for Secure=aaaa]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie for Secure space equals]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie for Secure equals space]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie for spaced Secure]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie for space Secure with ;]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie with __Secure- prefix and Secure]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Ignore cookie with __Secure- prefix and without Secure]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[(non-secure) Cookie returned with __%53ecure- prefix and without Secure]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
|