tor-browser

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

Create-valid-url-array-protocols.any.js.ini (1212B)


      1 [Create-valid-url-array-protocols.any.worker.html]
      2  expected:
      3    if (os == "android") and fission: [TIMEOUT, OK]
      4 
      5 [Create-valid-url-array-protocols.any.html]
      6  expected:
      7    if (os == "android") and fission: [OK, TIMEOUT]
      8 
      9 [Create-valid-url-array-protocols.any.html?wpt_flags=h2]
     10  expected:
     11    if (os == "mac") and not debug: [OK, TIMEOUT]
     12    if (os == "linux") and (processor == "x86"): [OK, ERROR]
     13  [Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed]
     14    expected:
     15      if (os == "mac") and not debug: [PASS, NOTRUN]
     16 
     17 
     18 [Create-valid-url-array-protocols.any.worker.html?wpt_flags=h2]
     19  expected:
     20    if (os == "mac") and not debug: [OK, TIMEOUT]
     21  [Create WebSocket - Pass a valid URL and array of protocol strings - Connection should be closed]
     22    expected:
     23      if (os == "mac") and debug: [PASS, FAIL]
     24      if (os == "mac") and not debug: [PASS, FAIL, NOTRUN]
     25 
     26 
     27 [Create-valid-url-array-protocols.any.worker.html?wss]
     28 
     29 [Create-valid-url-array-protocols.any.html?wss]
     30 
     31 [Create-valid-url-array-protocols.any.worker.html?default]
     32 
     33 [Create-valid-url-array-protocols.any.html?default]
     34  expected:
     35    if (processor == "x86") and (os == "linux"): [OK, ERROR]