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
|
[form-submission.https.sub.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if os == "linux": [OK, TIMEOUT]
[sec-fetch-user - GET with user activation]
expected:
if os == "linux": [PASS, TIMEOUT, NOTRUN]
[sec-fetch-user - POST]
expected:
if (os == "linux") and not fission and not debug: [FAIL, PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission: [FAIL, NOTRUN]
FAIL
[sec-fetch-user - POST with user activation]
expected:
if (os == "linux") and debug and fission: [PASS, NOTRUN]
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-user - GET]
expected:
if (os == "linux") and debug and fission: [PASS, TIMEOUT]
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-dest - GET]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-dest - POST]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-mode - GET]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-mode - POST]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-site - HTTPS downgrade-upgrade - POST]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
|