idlharness.https.window.js (352B)
1 // META: global=window 2 // META: script=/resources/WebIDLParser.js 3 // META: script=/resources/idlharness.js 4 // META: timeout=long 5 6 'use strict'; 7 8 // https://wicg.github.io/get-installed-related-apps/spec/ 9 10 idl_test( 11 ['get-installed-related-apps'], 12 ['html'], 13 idl_array => { 14 idl_array.add_objects({ 15 Navigator: ['navigator'], 16 }); 17 } 18 )