tor-browser

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

update-on-navigation.https.html.ini (446B)


      1 [update-on-navigation.https.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, TIMEOUT]
      4    if (os == "linux") and not fission: [OK, TIMEOUT]
      5    if (os == "android") and debug: [OK, ERROR]
      6  [The active service worker in charge of a navigation load should not be terminated as part of updating the registration]
      7    expected:
      8      if (os == "win") and not debug: [PASS, FAIL]
      9      if (os == "mac") and not debug: [PASS, FAIL, TIMEOUT]