Source code

Revision control

Copy as Markdown

Other Tools

[form-submission.sub.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
if (os == "linux") and fission: [OK, TIMEOUT]
[sec-fetch-site - HTTPS upgrade - POST]
expected:
if (os == "linux") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and debug: [PASS, TIMEOUT]
[sec-fetch-site - HTTPS downgrade-upgrade - GET]
expected:
if (os == "linux") and fission and debug: [PASS, NOTRUN]
if (os == "linux") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-site - HTTPS downgrade-upgrade - POST]
expected:
if (os == "linux") and fission and not debug: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and fission and debug: [PASS, NOTRUN]
[sec-fetch-site - HTTPS upgrade - GET]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]