tor-browser

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

invalidate.any.js.ini (1660B)


      1 [invalidate.any.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, CRASH]
      4    if (os == "android") and not debug: [OK, CRASH]
      5  [HTTP cache does not invalidate after a failed response from an unsafe request]
      6    expected: FAIL
      7 
      8  [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
      9    expected: FAIL
     10 
     11  [HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
     12    expected: FAIL
     13 
     14 
     15 [invalidate.any.worker.html]
     16  [HTTP cache does not invalidate after a failed response from an unsafe request]
     17    expected: FAIL
     18 
     19  [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
     20    expected: FAIL
     21 
     22  [HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
     23    expected: FAIL
     24 
     25 
     26 [invalidate.any.serviceworker.html]
     27  expected:
     28    if (os == "android") and not debug: [OK, ERROR]
     29  [HTTP cache does not invalidate after a failed response from an unsafe request]
     30    expected: FAIL
     31 
     32  [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
     33    expected: FAIL
     34 
     35  [HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
     36    expected: FAIL
     37 
     38 
     39 [invalidate.any.sharedworker.html]
     40  [HTTP cache does not invalidate after a failed response from an unsafe request]
     41    expected: FAIL
     42 
     43  [HTTP cache does not invalidate Content-Location URL after a failed response from an unsafe request]
     44    expected: FAIL
     45 
     46  [HTTP cache does not invalidate Location URL after a failed response from an unsafe request]
     47    expected: FAIL