tor-browser

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

update-missing-import-scripts.https.html.ini (535B)


      1 [update-missing-import-scripts.https.html]
      2  expected:
      3    if (os == "linux") and not fission and not debug: [OK, ERROR, CRASH]
      4    if (os == "win") and not debug: [OK, TIMEOUT]
      5    if (os == "android") and debug: [OK, ERROR]
      6  [Update service worker with new script that's missing importScripts()]
      7    expected:
      8      if (os == "linux") and not fission and not debug: [PASS, TIMEOUT]
      9      if (os == "win") and not debug: [PASS, NOTRUN]
     10 
     11  [Initialize global state]
     12    expected:
     13      if (os == "win") and not debug: [PASS, TIMEOUT]