idlharness.any.js (351B)
1 // META: script=/resources/WebIDLParser.js 2 // META: script=/resources/idlharness.js 3 // META: global=window,dedicatedworker,shadowrealm-in-window 4 5 idl_test( 6 ['url'], 7 [], // no deps 8 idl_array => { 9 idl_array.add_objects({ 10 URL: ['new URL("http://foo")'], 11 URLSearchParams: ['new URLSearchParams("hi=there&thank=you")'] 12 }); 13 } 14 );