tor-browser

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

update-import-scripts.https.html.ini (1091B)


      1 [update-import-scripts.https.html]
      2  expected:
      3    if (os == "win") and not debug: [TIMEOUT, OK]
      4    if (os == "android") and debug: [OK, ERROR]
      5  [update() should find an update in an imported script but update() should result in failure due to missing the other imported script.]
      6    expected:
      7      if (os == "linux") and not fission and not debug: [FAIL, PASS]
      8      if (os == "win") and not debug: NOTRUN
      9      FAIL
     10 
     11  [update() should treat 404 on imported scripts as no change.]
     12    expected:
     13      if (os == "linux") and not fission and not debug: [PASS, FAIL]
     14      if (os == "win") and not debug: [TIMEOUT, NOTRUN]
     15 
     16  [update() should fail when a new worker imports an unavailable script.]
     17    expected:
     18      if (os == "win") and not debug: [PASS, TIMEOUT]
     19 
     20  [update() should succeed when the old imported script no longer exist but the new worker doesn't import it.]
     21    expected:
     22      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     23 
     24  [update() should work with cross-origin importScripts.]
     25    expected:
     26      if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]