tor-browser

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

task-controller-setPriority1.any.js.ini (511B)


      1 [task-controller-setPriority1.any.sharedworker.html]
      2  expected:
      3    if not fission and (os == "linux") and debug: [OK, CRASH]
      4 
      5 [task-controller-setPriority1.any.serviceworker.html]
      6  expected:
      7    if (os == "mac") and not debug: [OK, ERROR]
      8    if (os == "android") and not debug: [OK, ERROR]
      9 
     10 [task-controller-setPriority1.any.worker.html]
     11  expected:
     12    if (os == "android") and not debug: [OK, CRASH]
     13 
     14 [task-controller-setPriority1.any.html]
     15  expected:
     16    if (os == "android") and not debug: [OK, CRASH]