idlharness.https.window.js (310B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 4 'use strict'; 5 6 // https://immersive-web.github.io/anchors/ 7 8 idl_test( 9 ['anchors'], 10 ['webxr-hit-test', 'webxr', 'dom'], 11 async idl_array => { 12 idl_array.add_objects({ 13 // TODO: Add object instances 14 }); 15 } 16 );