tor-browser

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

process-parameters.https.html.ini (456B)


      1 [process-parameters.https.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
      4    if (os == "android") and debug and not sessionHistoryInParent: [OK, CRASH, TIMEOUT]
      5    if (os == "android") and not debug: [OK, TIMEOUT]
      6    if os == "mac": [OK, TIMEOUT]
      7  [3 inputs; 0 outputs]
      8    expected:
      9      if os == "mac": [PASS, TIMEOUT]
     10 
     11  [0 inputs; 3 outputs]
     12    expected:
     13      if os == "mac": [PASS, NOTRUN]