blob: bdc8419ba8bf4c40ac62634b04ebd962d118c36b [file] [log] [blame]
// 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
});
}
);