diff options
Diffstat (limited to 'testing/web-platform/meta/webusb/usb.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/webusb/usb.https.any.js.ini | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webusb/usb.https.any.js.ini b/testing/web-platform/meta/webusb/usb.https.any.js.ini new file mode 100644 index 0000000000..7e20d8e52d --- /dev/null +++ b/testing/web-platform/meta/webusb/usb.https.any.js.ini @@ -0,0 +1,41 @@ +[usb.https.any.html] + [getDevices returns devices that are connected] + expected: FAIL + + [getDevices returns the same objects for each USB device] + expected: FAIL + + [onconnect event is trigged by adding a device] + expected: FAIL + + [ondisconnect event is triggered by removing a device] + expected: FAIL + + +[usb.https.any.sharedworker.html] + [getDevices returns devices that are connected] + expected: FAIL + + [getDevices returns the same objects for each USB device] + expected: FAIL + + [onconnect event is trigged by adding a device] + expected: FAIL + + [ondisconnect event is triggered by removing a device] + expected: FAIL + + +[usb.https.any.worker.html] + [getDevices returns devices that are connected] + expected: FAIL + + [getDevices returns the same objects for each USB device] + expected: FAIL + + [onconnect event is trigged by adding a device] + expected: FAIL + + [ondisconnect event is triggered by removing a device] + expected: FAIL + |