tor-browser

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

abort.any.js.ini (415B)


      1 [abort.any.worker.html]
      2  [compileStreaming() synchronously followed by abort should reject with AbortError]
      3    expected:
      4      if (os == "linux") and debug and fission: [PASS, FAIL]
      5      if (os == "linux") and not debug: [PASS, FAIL]
      6 
      7  [instantiateStreaming() synchronously followed by abort should reject with AbortError]
      8    expected:
      9      if not fission and (os == "linux"): [PASS, FAIL]
     10 
     11 
     12 [abort.any.html]