tor-browser

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

Send-data.worker.js.ini (591B)


      1 [Send-data.worker.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4 
      5 [Send-data.worker.html?wpt_flags=h2]
      6  expected:
      7    if (os == "android") and debug and not fission and not swgl: [OK, ERROR]
      8    if (os == "android") and debug and fission: [OK, ERROR, TIMEOUT]
      9    if (os == "android") and not debug: [OK, TIMEOUT]
     10    if (os == "mac") and not debug: [OK, TIMEOUT]
     11  [Send data on a WebSocket in a Worker]
     12    expected:
     13      if (os == "mac") and not debug: [PASS, TIMEOUT]
     14 
     15 
     16 [Send-data.worker.html?wss]
     17  expected:
     18    if (os == "android") and fission: [OK, TIMEOUT]