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