tor-browser

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

request-keepalive.any.js.ini (577B)


      1 prefs: [dom.fetchKeepalive.enabled:true]
      2 [request-keepalive.any.sharedworker.html]
      3  [keepalive flag with stream body]
      4    expected: FAIL
      5 
      6 
      7 [request-keepalive.any.worker.html]
      8  expected:
      9    if (os == "mac") and not debug: [OK, CRASH]
     10    if os == "android": [OK, CRASH]
     11  [keepalive flag with stream body]
     12    expected: FAIL
     13 
     14 
     15 [request-keepalive.any.serviceworker.html]
     16  [keepalive flag with stream body]
     17    expected: FAIL
     18 
     19 
     20 [request-keepalive.any.html]
     21  expected:
     22    if (os == "android") and not debug: [OK, CRASH]
     23  [keepalive flag with stream body]
     24    expected: FAIL