1[same-site-cookies.https.html]
2  expected:
3    if (os == "linux") and fission and not debug: [TIMEOUT, CRASH]
4    if (os == "linux") and not fission and not debug: [TIMEOUT, CRASH]
5    TIMEOUT
6  [same-origin, window.open with passthrough]
7    expected: TIMEOUT
8
9  [same-origin, window.open with change-request]
10    expected: NOTRUN
11
12  [same-origin, window.open with navpreload]
13    expected: NOTRUN
14
15  [same-site, window.open with no service worker]
16    expected: NOTRUN
17
18  [same-site, window.open with fallback]
19    expected: NOTRUN
20
21  [same-site, window.open with passthrough]
22    expected: NOTRUN
23
24  [same-site, window.open with change-request]
25    expected: NOTRUN
26
27  [same-site, window.open with navpreload]
28    expected: NOTRUN
29
30  [cross-site, window.open with no service worker]
31    expected: NOTRUN
32
33  [cross-site, window.open with fallback]
34    expected: NOTRUN
35
36  [cross-site, window.open with passthrough]
37    expected: NOTRUN
38
39  [cross-site, window.open with change-request]
40    expected: NOTRUN
41
42  [cross-site, window.open with navpreload]
43    expected: NOTRUN
44
45  [same-origin, form post with no service worker]
46    expected: NOTRUN
47
48  [same-origin, form post with fallback]
49    expected: NOTRUN
50
51  [same-origin, form post with passthrough]
52    expected: NOTRUN
53
54  [same-origin, form post with change-request]
55    expected: NOTRUN
56
57  [same-site, form post with no service worker]
58    expected: NOTRUN
59
60  [same-site, form post with fallback]
61    expected: NOTRUN
62
63  [same-site, form post with passthrough]
64    expected: NOTRUN
65
66  [same-site, form post with change-request]
67    expected: NOTRUN
68
69  [cross-site, form post with no service worker]
70    expected: NOTRUN
71
72  [cross-site, form post with fallback]
73    expected: NOTRUN
74
75  [cross-site, form post with passthrough]
76    expected: NOTRUN
77
78  [cross-site, form post with change-request]
79    expected: NOTRUN
80
81  [Cleanup service workers]
82    expected: NOTRUN
83
84  [same-origin, window.open with no service worker and same-site redirect]
85    expected: NOTRUN
86
87  [same-origin, window.open with fallback and same-site redirect]
88    expected: NOTRUN
89
90  [same-origin, window.open with passthrough and same-site redirect]
91    expected: NOTRUN
92
93  [same-origin, window.open with change-request and same-site redirect]
94    expected: NOTRUN
95
96  [same-origin, window.open with navpreload and same-site redirect]
97    expected: NOTRUN
98
99  [same-origin, window.open with no service worker and cross-site redirect]
100    expected: NOTRUN
101
102  [same-origin, window.open with fallback and cross-site redirect]
103    expected: NOTRUN
104
105  [same-origin, window.open with passthrough and cross-site redirect]
106    expected: NOTRUN
107
108  [same-origin, window.open with change-request and cross-site redirect]
109    expected: NOTRUN
110
111  [same-origin, window.open with navpreload and cross-site redirect]
112    expected: NOTRUN
113
114  [same-origin, window.open with no service worker, cross-site redirect, and same-origin redirect]
115    expected: NOTRUN
116
117  [same-origin, window.open with fallback, cross-site redirect, and same-origin redirect]
118    expected: NOTRUN
119
120  [same-origin, window.open with passthrough, cross-site redirect, and same-origin redirect]
121    expected: NOTRUN
122
123  [same-origin, window.open with change-request, cross-site redirect, and same-origin redirect]
124    expected: NOTRUN
125
126  [same-origin, window.open with navpreload, cross-site redirect, and same-origin redirect]
127    expected: NOTRUN
128
129  [same-origin, form post with no service worker and same-site redirect]
130    expected: NOTRUN
131
132  [same-origin, form post with fallback and same-site redirect]
133    expected: NOTRUN
134
135  [same-origin, form post with passthrough and same-site redirect]
136    expected: NOTRUN
137
138  [same-origin, form post with change-request and same-site redirect]
139    expected: NOTRUN
140
141  [same-origin, form post with no service worker and cross-site redirect]
142    expected: NOTRUN
143
144  [same-origin, form post with fallback and cross-site redirect]
145    expected: NOTRUN
146
147  [same-origin, form post with passthrough and cross-site redirect]
148    expected: NOTRUN
149
150  [same-origin, form post with change-request and cross-site redirect]
151    expected: NOTRUN
152
153  [same-origin, form post with no service worker, cross-site redirect, and same-origin redirect]
154    expected: NOTRUN
155
156  [same-origin, form post with fallback, cross-site redirect, and same-origin redirect]
157    expected: NOTRUN
158
159  [same-origin, form post with passthrough, cross-site redirect, and same-origin redirect]
160    expected: NOTRUN
161
162  [same-origin, form post with change-request, cross-site redirect, and same-origin redirect]
163    expected: NOTRUN
164
165  [same-origin, nested window.open with cross-site middle frame and no service worker]
166    expected: NOTRUN
167
168  [same-origin, nested window.open with cross-site middle frame and fallback service worker]
169    expected: NOTRUN
170
171  [same-origin, nested window.open with cross-site middle frame and passthrough service worker]
172    expected: NOTRUN
173
174  [same-origin, nested window.open with cross-site middle frame and change-request service worker]
175    expected: NOTRUN
176
177  [same-origin, nested window.open with cross-site middle frame and navpreload service worker]
178    expected: NOTRUN
179
180  [same-origin, nested set location with cross-site middle frame and no service worker]
181    expected: NOTRUN
182
183  [same-origin, nested set location with cross-site middle frame and fallback service worker]
184    expected: NOTRUN
185
186  [same-origin, nested set location with cross-site middle frame and passthrough service worker]
187    expected: NOTRUN
188
189  [same-origin, nested set location with cross-site middle frame and change-request service worker]
190    expected: NOTRUN
191
192  [same-origin, nested set location with cross-site middle frame and navpreload service worker]
193    expected: NOTRUN
194