summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webxr/hand-input/idlharness.https.window.js
blob: 184ec6b3060a45a2ebcd9f0268f5bbdf7353a250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

'use strict';

// https://immersive-web.github.io/webxr-hand-input/

idl_test(
  ['webxr-hand-input'],
  ['webxr', 'dom'],
  async idl_array => {
    idl_array.add_objects({
      // TODO
    });
  }
);