tor-browser

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

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


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