tor-browser

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

usbInterface.https.any.js.ini (828B)


      1 [usbInterface.https.any.html]
      2  [The alternate attribute of USBInterface returns null if the interfacehas not been claimed.]
      3    expected: FAIL
      4 
      5  [The alternate attribute of USBInterface returns the active alternate interface.]
      6    expected: FAIL
      7 
      8  [Can construct a USBInterface.]
      9    expected: FAIL
     10 
     11  [Constructing a USBInterface with an invalid interface number throws a range error.]
     12    expected: FAIL
     13 
     14 
     15 [usbInterface.https.any.worker.html]
     16  [The alternate attribute of USBInterface returns null if the interfacehas not been claimed.]
     17    expected: FAIL
     18 
     19  [The alternate attribute of USBInterface returns the active alternate interface.]
     20    expected: FAIL
     21 
     22  [Can construct a USBInterface.]
     23    expected: FAIL
     24 
     25  [Constructing a USBInterface with an invalid interface number throws a range error.]
     26    expected: FAIL