tor-browser

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

queue-microtask.any.js.ini (412B)


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