Source code

Revision control

Copy as Markdown

Other Tools

[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]