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 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
[element-a.https.sub.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): TIMEOUT
[sec-fetch-mode - attributes: download]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, FAIL]
FAIL
[sec-fetch-dest - attributes: download]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, FAIL]
FAIL
[sec-fetch-user - no attributes with user activation]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, TIMEOUT]
FAIL
[sec-fetch-user - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
[sec-fetch-site - Same-Site -> Same-Site - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[sec-fetch-mode - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
[sec-fetch-site - Same-Site -> Same Origin - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
[sec-fetch-site - HTTPS downgrade-upgrade - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT]
[sec-fetch-dest - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS]
[sec-fetch-storage-access - Same site - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): NOTRUN
[sec-fetch-storage-access - Cross-site - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): NOTRUN
[sec-fetch-site - Same-Site -> Cross-Site - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS, NOTRUN]
[sec-fetch-site - Same-Origin -> Cross-Site - no attributes]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
|