summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webhid/idlharness.https.window.js
blob: bdc8419ba8bf4c40ac62634b04ebd962d118c36b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
    });
  }
);