tor-browser

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

scheduler-replaceable.any.js.ini (441B)


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