tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

mixed-content-and-allowed-schemes.https.window.js.ini (1108B)


      1 [mixed-content-and-allowed-schemes.https.window.html]
      2  expected:
      3    if (os == "linux") and debug: ["OK", "TIMEOUT"]
      4    if (os == "mac") and debug: ["OK", "TIMEOUT"]
      5  [https: fetch should register ok]
      6    expected: FAIL
      7 
      8  [loopback IPv4 http: fetch should register ok]
      9    expected: FAIL
     10 
     11  [loopback IPv6 http: fetch should register ok]
     12    expected: FAIL
     13 
     14  [wss: fetch should reject]
     15    expected:
     16      if (os == "mac") and debug: ["FAIL", "NOTRUN"]
     17      FAIL
     18 
     19  [file: fetch should reject]
     20    expected:
     21      if (os == "linux") and debug: ["FAIL", "TIMEOUT"]
     22      if (os == "mac") and debug: ["FAIL", "NOTRUN"]
     23      FAIL
     24 
     25  [data: fetch should reject]
     26    expected:
     27      if (os == "linux") and debug: ["FAIL", "NOTRUN"]
     28      if (os == "mac") and debug: ["FAIL", "NOTRUN", "TIMEOUT"]
     29      FAIL
     30 
     31  [unknown scheme fetch should reject]
     32    expected:
     33      if (os == "linux") and debug: ["FAIL", "NOTRUN"]
     34      if (os == "mac") and debug: ["FAIL", "NOTRUN"]
     35      FAIL
     36 
     37  [localhost http: fetch should register ok]
     38    expected:
     39      if (os == "mac") and debug: ["FAIL", "TIMEOUT"]
     40      FAIL