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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
[domain.sub.html]
expected:
if (os == "linux") and debug and not fission and not swgl: TIMEOUT
if (os == "linux") and not debug: [OK, TIMEOUT]
[Return cookie for domain match (with first domain attribute as suffix of host name and second a match for host name)]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[No cookie set on domain mismatch before a (domain matching) redirect]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[No cookie set on domain mismatch before a (domain matching) redirect (for second level subdomain)]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
[Return cookie for domain match (with first domain attribute as suffix of host name and second a bare attribute)]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
[No cookie returned for domain mismatch (first attribute is a different subdomain and second is bare)]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
[Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' second)]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
[Cookies with same name, path, and domain (differing only in leading '.') overwrite each other ('.' first)]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[No host cookies returned for host cookies after non-host redirect 1]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN]
[No host cookies returned for host cookies after non-host redirect 2]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
[No host cookies returned for host cookies after non-host redirect 3]
expected:
if (os == "linux") and debug and not fission and not swgl: TIMEOUT
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
[Return cookie with valid domain after domain with single dot ('.') value.]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[Empty domain treated as host cookie 3]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[Empty domain treated as host cookie 1]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[Empty domain treated as host cookie 2]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[Cookie returned for bare domain attribute following mismatched domain attribute (after redirect to same-origin page).]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
[No cookie returned for domain attribute mismatch (first attribute doesn't, second does, third doesn't)]
expected:
if not fission and (os == "linux") and not debug: [PASS, TIMEOUT]
[Return cookie for domain match (with two identical domain attributes)]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
if (os == "linux") and not debug and not fission: [PASS, TIMEOUT, NOTRUN]
[No cookie returned for domain with single dot ('.') value.]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[Return cookie for domain match (with first domain attribute a match for host name and second as suffix of host name)]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
|