tor-browser

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

abort-upload-event-loadend.any.js.ini (831B)


      1 [abort-upload-event-loadend.any.html]
      2 
      3 [abort-upload-event-loadend.any.worker.html]
      4  expected:
      5    if (os == "linux") and not debug and fission and (processor == "x86_64"): [OK, TIMEOUT]
      6    if (os == "linux") and not debug and fission and (processor == "x86"): [OK, TIMEOUT]
      7    if (os == "linux") and not debug and not fission: [OK, TIMEOUT]
      8    if (os == "linux") and debug: [OK, TIMEOUT]
      9  [XMLHttpRequest: The abort() method: Fire a progress event named loadend on the XMLHttpRequestUpload object]
     10    expected:
     11      if (os == "linux") and not debug and fission and (processor == "x86"): [PASS, TIMEOUT]
     12      if (os == "linux") and not debug and fission and (processor == "x86_64"): [PASS, TIMEOUT]
     13      if (os == "linux") and not debug and not fission: [PASS, TIMEOUT]
     14      if (os == "linux") and debug: [PASS, TIMEOUT]