tor-browser

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

send-on-deactivate.https.window.js.ini (623B)


      1 [send-on-deactivate.https.window.html]
      2  expected:
      3    if os == "android": OK
      4    TIMEOUT
      5  [fetchLater() sends on page entering BFCache if BackgroundSync is off.]
      6    expected: FAIL
      7 
      8  [Call fetchLater() when BFCached with activateAfter=0 sends immediately.]
      9    expected:
     10      if os == "android": FAIL
     11      TIMEOUT
     12 
     13  [fetchLater() sends on navigating away a page w/o BFCache.]
     14    expected: FAIL
     15 
     16  [fetchLater() does not send aborted request on navigating away a page w/o BFCache.]
     17    expected: FAIL
     18 
     19  [fetchLater() with activateAfter=1m sends on page entering BFCache if BackgroundSync is off.]
     20    expected: FAIL