tor-browser

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

url-with-fetch.any.js.ini (610B)


      1 [url-with-fetch.any.html]
      2  [Revoke blob URL after creating Request, will fetch]
      3    expected: FAIL
      4 
      5  [Revoke blob URL after creating Request, then clone Request, will fetch]
      6    expected: FAIL
      7 
      8 
      9 [url-with-fetch.any.worker.html]
     10  [Revoke blob URL after creating Request, will fetch]
     11    expected: FAIL
     12 
     13  [Revoke blob URL after creating Request, then clone Request, will fetch]
     14    expected: FAIL
     15 
     16  [Revoke blob URL after calling fetch, fetch should succeed]
     17    expected:
     18      if (os == "linux") and swgl and not fission: [FAIL, PASS]
     19      if (os == "win") and not debug: [FAIL, PASS]
     20      [PASS, FAIL]