tor-browser

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

Send-0byte-data.any.js.ini (1026B)


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