idlharness.https.window.js (347B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 4 'use strict'; 5 6 idl_test( 7 ['webxr-lighting-estimation'], 8 ['webxr', 'webxrlayers', 'webgl1', 'webgl2', 'dom'], 9 async idl_array => { 10 idl_array.add_objects({ 11 // TODO: Add object instances 12 }); 13 }, 14 'WebXR Lighting Estimation Module IDL Test' 15 );