tor-browser

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

usb.https.window.js.ini (529B)


      1 [usb.https.window.html]
      2  [requestDevice rejects when called without a user gesture]
      3    expected: FAIL
      4 
      5  [requestDevice rejects when no device is chosen]
      6    expected: FAIL
      7 
      8  [requestDevice returns the device chosen by the user]
      9    expected: FAIL
     10 
     11  [getDevices returns the same object as requestDevice]
     12    expected: FAIL
     13 
     14  [filters are sent correctly]
     15    expected: FAIL
     16 
     17  [multiple requestDevice calls are allowed per user activation]
     18    expected: FAIL
     19 
     20  [requestDevice rejects on invalid filters]
     21    expected: FAIL