blob: 31cdcdba5fe7cced18364bdbe3a50293569dbaf8 (
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
|
[secure.https.html]
[Set cookie for Secure attribute]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[Set cookie for seCURe attribute]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[Set cookie for for Secure= attribute]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[Set cookie for Secure=aaaa]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[Set cookie for Secure space equals]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[Set cookie for Secure equals space]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[Set cookie for spaced Secure]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
[Set cookie for space Secure with ;]
expected:
if (os == "android") and fission: [FAIL, PASS]
FAIL
|