tor-browser

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

resource.html.ini (811B)


      1 [resource.html]
      2  expected:
      3    if (os == "win") and not debug: [OK, TIMEOUT]
      4    if (os == "mac") and not debug: [OK, TIMEOUT]
      5  [https resource on a https page]
      6    expected:
      7      if (os == "win") and not debug: [PASS, TIMEOUT]
      8 
      9  [https resource on a http page]
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     12      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     13      if (os == "mac") and not debug: [PASS, TIMEOUT]
     14 
     15  [http resource on a https page]
     16    expected:
     17      if (os == "mac") and not debug: [PASS, NOTRUN]
     18      if (os == "win") and not debug: [PASS, NOTRUN]
     19 
     20  [http resource on a http page]
     21    expected:
     22      if (os == "win") and not debug: [PASS, NOTRUN]
     23      if (os == "mac") and not debug: [PASS, NOTRUN]