blob: 9c477f9c7f793794f5c4ae5674ec6f0598a89163 (
plain)
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
|
[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
|