tor-browser

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

cc-request.any.js.ini (2192B)


      1 [cc-request.any.worker.html]
      2  [HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
      3    expected: FAIL
      4 
      5  [HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1]
      6    expected:
      7      if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL]
      8      if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL]
      9      if (os == "android") and not debug: [PASS, FAIL]
     10 
     11 
     12 [cc-request.any.sharedworker.html]
     13  [HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
     14    expected: FAIL
     15 
     16  [HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1]
     17    expected:
     18      if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL]
     19      if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL]
     20      if (os == "android") and not debug: [PASS, FAIL]
     21 
     22 
     23 [cc-request.any.html]
     24  expected:
     25    if (os == "android") and not debug: [OK, CRASH]
     26    if os == "mac": [OK, CRASH]
     27  [HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
     28    expected: FAIL
     29 
     30  [HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1]
     31    expected:
     32      if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL]
     33      if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL]
     34      if (os == "android") and not debug: [PASS, FAIL]
     35 
     36 
     37 [cc-request.any.serviceworker.html]
     38  expected:
     39    if (os == "mac") and not debug: [OK, ERROR]
     40    if (os == "android") and not debug: [OK, ERROR]
     41  [HTTP cache generates 504 status code when nothing is in cache and request contains Cache-Control: only-if-cached]
     42    expected: FAIL
     43 
     44  [HTTP cache doesn't use aged but fresh response when request contains Cache-Control: max-age=1]
     45    expected:
     46      if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL]
     47      if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL]
     48      if (os == "android") and not debug: [PASS, FAIL]