diff options
Diffstat (limited to 'testing/web-platform/meta/webusb/usbInterface.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webusb/usbInterface.https.any.js.ini | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webusb/usbInterface.https.any.js.ini b/testing/web-platform/meta/webusb/usbInterface.https.any.js.ini new file mode 100644 index 0000000000..5f69691502 --- /dev/null +++ b/testing/web-platform/meta/webusb/usbInterface.https.any.js.ini @@ -0,0 +1,27 @@ +[usbInterface.https.any.html] + [The alternate attribute of USBInterface returns null if the interfacehas not been claimed.] + expected: FAIL + + [The alternate attribute of USBInterface returns the active alternate interface.] + expected: FAIL + + [Can construct a USBInterface.] + expected: FAIL + + [Constructing a USBInterface with an invalid interface number throws a range error.] + expected: FAIL + + +[usbInterface.https.any.worker.html] + [The alternate attribute of USBInterface returns null if the interfacehas not been claimed.] + expected: FAIL + + [The alternate attribute of USBInterface returns the active alternate interface.] + expected: FAIL + + [Can construct a USBInterface.] + expected: FAIL + + [Constructing a USBInterface with an invalid interface number throws a range error.] + expected: FAIL + |