diff options
Diffstat (limited to 'testing/web-platform/tests/webhid/idlharness.https.window.js')
-rw-r--r-- | testing/web-platform/tests/webhid/idlharness.https.window.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testing/web-platform/tests/webhid/idlharness.https.window.js b/testing/web-platform/tests/webhid/idlharness.https.window.js new file mode 100644 index 0000000000..bdc8419ba8 --- /dev/null +++ b/testing/web-platform/tests/webhid/idlharness.https.window.js @@ -0,0 +1,20 @@ +// META: script=/resources/WebIDLParser.js +// META: script=/resources/idlharness.js + +'use strict'; + +// https://wicg.github.io/webhid/ + +idl_test( + ['webhid'], + ['html', 'dom'], + idl_array => { + idl_array.add_objects({ + HID: ['navigator.hid'], + Navigator: ['navigator'], + // TODO: HIDConnectionEvent + // TODO: HIDInputReportEvent + // TODO: HIDDevice + }); + } +); |