tor-browser

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

request-cache-reload.any.js.ini (607B)


      1 [request-cache-reload.any.worker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, CRASH]
      4 
      5 [request-cache-reload.any.html]
      6  expected:
      7    if os == "android": [OK, CRASH]
      8 
      9 [request-cache-reload.any.sharedworker.html]
     10  [RequestCache "reload" mode does store the response in the cache even if a previous response is already stored with Last-Modified and fresh response]
     11    expected:
     12      if (os == "android") and debug: [PASS, FAIL]
     13 
     14 
     15 [request-cache-reload.any.serviceworker.html]
     16  expected:
     17    if (os == "mac") and not debug: [OK, ERROR]
     18    if (os == "android") and not debug: [OK, ERROR]