tor-browser

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

Send-data.any.js.ini (1152B)


      1 [Send-data.any.worker.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4 
      5 [Send-data.any.html]
      6  expected:
      7    if (os == "android") and fission: [OK, TIMEOUT]
      8 
      9 [Send-data.any.worker.html?wss]
     10  expected:
     11    if (os == "android") and fission: [OK, TIMEOUT]
     12 
     13 [Send-data.any.html?wpt_flags=h2]
     14  expected:
     15    if (os == "android") and not fission and not swgl: [OK, ERROR]
     16    if (os == "mac") and not debug: [OK, TIMEOUT]
     17    if (os == "android") and fission: [OK, ERROR, TIMEOUT]
     18  [Send data on a WebSocket - Connection should be closed]
     19    expected:
     20      if (os == "mac") and not debug: [PASS, NOTRUN]
     21 
     22 
     23 [Send-data.any.worker.html?wpt_flags=h2]
     24  expected:
     25    if (os == "android") and debug and not swgl and fission: [OK, TIMEOUT]
     26    if (os == "android") and debug and not swgl and not fission: [OK, TIMEOUT]
     27    if (os == "mac") and not debug: [OK, TIMEOUT]
     28    if (os == "android") and not debug: [OK, ERROR]
     29  [Send data on a WebSocket - Connection should be closed]
     30    expected:
     31      if (os == "mac") and not debug: [PASS, NOTRUN]
     32 
     33 
     34 [Send-data.any.html?wss]
     35  expected:
     36    if (os == "android") and fission: [OK, TIMEOUT]