gecko-dev/testing/web-platform/meta/background-fetch/port-blocking.https.window....

30 строки
939 B
INI

[port-blocking.https.window.html]
expected:
if (os == "linux") and webrender and not debug and not fission: ["OK", "TIMEOUT"]
[fetch to default https port should register ok]
expected: FAIL
[fetch to default http port should register ok]
expected: FAIL
[fetch to port 443 should register ok]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "TIMEOUT"]
FAIL
[fetch to port 80 should register ok, even over https]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
FAIL
[fetch to non-default non-bad port (8080) should register ok]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
FAIL
[fetch to bad port (SMTP) should reject]
expected:
if (os == "linux") and webrender and not debug and not fission: ["FAIL", "NOTRUN"]
FAIL