idlharness.https.any.js (364B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 // META: timeout=long 4 5 'use strict'; 6 7 idl_test( 8 ['file-system-access'], 9 ['fs', 'permissions', 'html', 'dom'], 10 idl_array => { 11 if (self.GLOBAL.isWindow()) { 12 idl_array.add_objects({ 13 Window: ['window'], 14 // TODO: DataTransferItem 15 }); 16 } 17 } 18 );