tor-browser

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

authentication-basic.any.js.ini (371B)


      1 [authentication-basic.any.html]
      2 
      3 [authentication-basic.any.serviceworker.html]
      4  expected:
      5    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      6    if (os == "android") and not debug: [OK, ERROR]
      7 
      8 [authentication-basic.any.worker.html]
      9  expected:
     10    if (os == "android") and not debug: [OK, CRASH]
     11 
     12 [authentication-basic.any.sharedworker.html]