blob: 87a5c9e5582d524c2976f03baedf148cddf79256 [file] [log] [blame]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
'use strict';
// https://immersive-web.github.io/anchors/
idl_test(
['anchors'],
['hit-test', 'webxr', 'dom'],
async idl_array => {
idl_array.add_objects({
// TODO: Add object instances
});
}
);