tor-browser

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

request-headers.any.js.ini (365B)


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