tor-browser

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

request-cache-default.any.js.ini (773B)


      1 [request-cache-default.any.sharedworker.html]
      2 
      3 [request-cache-default.any.html]
      4  [RequestCache "default" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Last-Modified and fresh response]
      5    expected:
      6      if (os == "android") and not debug: [PASS, FAIL]
      7 
      8 
      9 [request-cache-default.any.serviceworker.html]
     10  expected:
     11    if (os == "android") and not debug: [OK, ERROR]
     12  [RequestCache "default" mode checks the cache for previously cached content and avoids going to the network if a fresh response exists with Last-Modified and fresh response]
     13    expected:
     14      if os == "android": [PASS, FAIL]
     15 
     16 
     17 [request-cache-default.any.worker.html]
     18  expected:
     19    if (os == "android") and not debug: [OK, CRASH]