diff options
Diffstat (limited to 'testing/web-platform/meta/webusb/usbEndpoint.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webusb/usbEndpoint.https.any.js.ini | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webusb/usbEndpoint.https.any.js.ini b/testing/web-platform/meta/webusb/usbEndpoint.https.any.js.ini new file mode 100644 index 0000000000..88798fd146 --- /dev/null +++ b/testing/web-platform/meta/webusb/usbEndpoint.https.any.js.ini @@ -0,0 +1,15 @@ +[usbEndpoint.https.any.html] + [Can construct a USBEndpoint.] + expected: FAIL + + [Constructing a USBEndpoint with an invalid endpoint number throws a range error.] + expected: FAIL + + +[usbEndpoint.https.any.worker.html] + [Can construct a USBEndpoint.] + expected: FAIL + + [Constructing a USBEndpoint with an invalid endpoint number throws a range error.] + expected: FAIL + |