script.https.window.js.ini (838B)
1 [script.https.window.html] 2 expected: 3 if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] 4 if os == "linux": [OK, TIMEOUT] 5 [script same-origin + undefined] 6 expected: 7 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] 8 if os == "linux": [PASS, TIMEOUT] 9 10 [script same-origin + anonymous] 11 expected: 12 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] 13 if (os == "linux") and not fission and debug: [PASS, TIMEOUT] 14 if (os == "linux") and fission: [PASS, TIMEOUT] 15 16 [script same-origin + use-credentials] 17 expected: 18 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT] 19 if (os == "linux") and not fission and debug: [PASS, TIMEOUT] 20 if (os == "linux") and fission: [PASS, TIMEOUT]