tor-browser

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

queue-microtask-exceptions.any.js.ini (436B)


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