tor-browser

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

usb.https.any.js.ini (976B)


      1 [usb.https.any.html]
      2  [getDevices returns devices that are connected]
      3    expected: FAIL
      4 
      5  [getDevices returns the same objects for each USB device]
      6    expected: FAIL
      7 
      8  [onconnect event is trigged by adding a device]
      9    expected: FAIL
     10 
     11  [ondisconnect event is triggered by removing a device]
     12    expected: FAIL
     13 
     14 
     15 [usb.https.any.sharedworker.html]
     16  [getDevices returns devices that are connected]
     17    expected: FAIL
     18 
     19  [getDevices returns the same objects for each USB device]
     20    expected: FAIL
     21 
     22  [onconnect event is trigged by adding a device]
     23    expected: FAIL
     24 
     25  [ondisconnect event is triggered by removing a device]
     26    expected: FAIL
     27 
     28 
     29 [usb.https.any.worker.html]
     30  [getDevices returns devices that are connected]
     31    expected: FAIL
     32 
     33  [getDevices returns the same objects for each USB device]
     34    expected: FAIL
     35 
     36  [onconnect event is trigged by adding a device]
     37    expected: FAIL
     38 
     39  [ondisconnect event is triggered by removing a device]
     40    expected: FAIL