tor-browser

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

304-update.any.js.ini (1090B)


      1 [304-update.any.html]
      2  [HTTP cache updates stored headers from a Last-Modified 304]
      3    expected: [PASS, FAIL]
      4 
      5 
      6 [304-update.any.worker.html]
      7  expected:
      8    if os == "android": [OK, CRASH]
      9  [HTTP cache updates stored headers from a Last-Modified 304]
     10    expected:
     11      if debug and (os == "linux") and fission: [FAIL, PASS]
     12      if debug and (os == "android") and sessionHistoryInParent: [FAIL, PASS]
     13      [PASS, FAIL]
     14 
     15 
     16 [304-update.any.serviceworker.html]
     17  expected:
     18    if (os == "win") and (processor == "x86") and debug: [OK, ERROR, TIMEOUT]
     19    if (os == "win") and (processor == "x86") and not debug: [OK, TIMEOUT]
     20    if (os == "mac") and not debug: [OK, ERROR]
     21    if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
     22    if (os == "android") and not debug: [OK, ERROR]
     23  [HTTP cache updates stored headers from a Last-Modified 304]
     24    expected: [PASS, FAIL]
     25 
     26  [Content-* header]
     27    expected:
     28      if processor == "x86": [PASS, TIMEOUT]
     29 
     30 
     31 [304-update.any.sharedworker.html]
     32  [HTTP cache updates stored headers from a Last-Modified 304]
     33    expected: [PASS, FAIL]