tor-browser

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

periodicsync.https.window.js.ini (794B)


      1 [periodicsync.https.window.html]
      2  expected:
      3    if (os == "win") and not swgl and debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not swgl and not debug and (processor == "x86"): [OK, TIMEOUT]
      5  [Periodic Background Sync requires an activated Service Worker]
      6    expected:
      7      if (os == "win") and not swgl and debug and (processor == "x86_64"): [FAIL, TIMEOUT]
      8      if (os == "win") and not swgl and not debug and (processor == "x86"): [FAIL, TIMEOUT]
      9      FAIL
     10 
     11  [Periodic Background Sync unregister silently succeeds when Service Worker is unactivated]
     12    expected:
     13      if (os == "win") and not swgl and debug and (processor == "x86_64"): [FAIL, NOTRUN]
     14      if (os == "win") and not swgl and not debug and (processor == "x86"): [FAIL, NOTRUN]
     15      FAIL