tor-browser

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

activate-after.https.window.js.ini (495B)


      1 [activate-after.https.window.html]
      2  expected:
      3    if (os == "win") and debug: [OK, TIMEOUT]
      4    if (os == "linux") and debug: [OK, TIMEOUT]
      5    if os == "android": OK
      6    TIMEOUT
      7  [fetchLater() sends out based on activateAfter.]
      8    expected:
      9      if (os == "win") and debug: [FAIL, TIMEOUT]
     10      if (os == "linux") and debug: [FAIL, TIMEOUT]
     11      if os == "android": FAIL
     12      TIMEOUT
     13 
     14  [fetchLater() sends out based on activateAfter, even if document is in BFCache.]
     15    expected: FAIL