1
0
Fork 0
firefox/testing/web-platform/meta/background-fetch/mixed-content-and-allowed-schemes.https.window.js.ini
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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