41 lines
1.1 KiB
INI
41 lines
1.1 KiB
INI
[mixed-content-and-allowed-schemes.https.window.html]
|
|
expected:
|
|
if (os == "linux") and debug: ["OK", "TIMEOUT"]
|
|
if (os == "mac") and debug: ["OK", "TIMEOUT"]
|
|
[https: fetch should register ok]
|
|
expected: FAIL
|
|
|
|
[loopback IPv4 http: fetch should register ok]
|
|
expected: FAIL
|
|
|
|
[loopback IPv6 http: fetch should register ok]
|
|
expected: FAIL
|
|
|
|
[wss: fetch should reject]
|
|
expected:
|
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
|
FAIL
|
|
|
|
[file: fetch should reject]
|
|
expected:
|
|
if (os == "linux") and debug: ["FAIL", "TIMEOUT"]
|
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
|
FAIL
|
|
|
|
[data: fetch should reject]
|
|
expected:
|
|
if (os == "linux") and debug: ["FAIL", "NOTRUN"]
|
|
if (os == "mac") and debug: ["FAIL", "NOTRUN", "TIMEOUT"]
|
|
FAIL
|
|
|
|
[unknown scheme fetch should reject]
|
|
expected:
|
|
if (os == "linux") and debug: ["FAIL", "NOTRUN"]
|
|
if (os == "mac") and debug: ["FAIL", "NOTRUN"]
|
|
FAIL
|
|
|
|
[localhost http: fetch should register ok]
|
|
expected:
|
|
if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
|
|
FAIL
|
|
|