blob: 404bcb0e7f54bed2fe96ba3e4f228f6d699ba127 (
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
|
[path.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Set cookie for mismatched and root path]
expected: FAIL
[Return cookie for path= / (whitespace after equals)]
expected: FAIL
[Set cookie for bare Path]
expected:
if (os == "android") and fission: [PASS, FAIL]
FAIL
[No cookie returned for partial path match, return cookie for default path]
expected:
if (os == "android") and fission: [PASS, FAIL]
FAIL
[Set cookie for Path=]
expected:
if (os == "android") and fission: [PASS, FAIL]
FAIL
[Return cookie for bare path= (after mismatched path)]
expected:
if (os == "android") and fission: [PASS, FAIL]
FAIL
|