Source code
Revision control
Copy as Markdown
Other Tools
[window-history.https.sub.html]
expected:
if (os == "linux") and not fission and debug: [OK, TIMEOUT]
if (os == "linux") and not fission and not debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [OK, TIMEOUT]
if (os == "linux") and fission: [OK, TIMEOUT]
[sec-fetch-user - history.forward]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN, TIMEOUT]
if (os == "linux") and debug: [PASS, TIMEOUT]
[sec-fetch-user - history.back]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT, NOTRUN]
if (os == "linux") and not debug and not fission: [PASS, NOTRUN, TIMEOUT]
[sec-fetch-dest - history.forward]
expected:
if not asan and (os == "linux") and not debug: [PASS, TIMEOUT]
if asan and fission: [PASS, TIMEOUT, NOTRUN]
if asan and not fission: [PASS, TIMEOUT, NOTRUN]
[sec-fetch-dest - history.back]
expected:
if asan: [PASS, NOTRUN]
[sec-fetch-mode - history.forward]
expected:
if asan: [PASS, NOTRUN]
[sec-fetch-mode - history.back]
expected:
if asan: [PASS, NOTRUN]
[sec-fetch-site - Same site - history.forward]
expected:
if asan: [PASS, TIMEOUT]
[sec-fetch-storage-access - Same site - history.forward]
expected:
if asan and not fission: [NOTRUN, PASS, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
[sec-fetch-storage-access - Cross-site - history.forward]
expected:
if asan and not fission: [NOTRUN, PASS, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
[sec-fetch-storage-access - Cross-site - history.back]
expected:
if (os == "linux") and (os_version == "24.04") and (processor == "x86_64") and (display == "x11") and asan and not fission: [NOTRUN, TIMEOUT]
[sec-fetch-storage-access - Same site - history.back]
expected:
if asan and not fission: [NOTRUN, PASS, TIMEOUT]
[PASS, TIMEOUT, NOTRUN]
[sec-fetch-storage-access - Cross-site - history.back]
expected:
if (os == "linux") and not fission and not debug: [NOTRUN, PASS]
if (os == "mac") and not debug: [PASS, TIMEOUT]