tor-browser

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

post-patch.any.js.ini (1376B)


      1 [post-patch.any.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, CRASH]
      4  [HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
      5    expected: FAIL
      6 
      7  [HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
      8    expected: FAIL
      9 
     10 
     11 [post-patch.any.worker.html]
     12  expected:
     13    if os == "android": [OK, CRASH]
     14  [HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
     15    expected: FAIL
     16 
     17  [HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
     18    expected: FAIL
     19 
     20 
     21 [post-patch.any.serviceworker.html]
     22  expected:
     23    if (os == "mac") and not debug: [OK, ERROR]
     24  [HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
     25    expected: FAIL
     26 
     27  [HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
     28    expected: FAIL
     29 
     30 
     31 [post-patch.any.sharedworker.html]
     32  [HTTP cache uses content after POST request with response containing Content-Location and cache-allowing header]
     33    expected: FAIL
     34 
     35  [HTTP cache uses content after PATCH request with response containing Content-Location and cache-allowing header]
     36    expected: FAIL