tor-browser

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

reporterror.any.js.ini (457B)


      1 [reporterror.any.worker.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [self.reportError() doesn't invoke getters]
      5    expected:
      6      if os == "win": PASS
      7      if os == "android": PASS
      8      [PASS, FAIL]
      9 
     10 
     11 [reporterror.any.html]
     12  expected:
     13    if (os == "android") and fission: [OK, TIMEOUT]
     14  [self.reportError() doesn't invoke getters]
     15    expected:
     16      if os == "win": PASS
     17      if os == "android": PASS
     18      [PASS, FAIL]