blob: b69a327229de24b02ece12259309cb14c8b4ac18 (
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/anchors/
idl_test(
['anchors'],
['webxr-hit-test', 'webxr', 'dom'],
async idl_array => {
idl_array.add_objects({
// TODO: Add object instances
});
}
);
|