tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

idlharness.tentative.window.js (316B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 
      4 idl_test(
      5  ['geolocation-element.tentative'],
      6  ['html', 'dom', 'permissions', 'geolocation'],
      7  (idl_array) => {
      8    idl_array.add_objects({
      9      HTMLGeolocationElement: ["document.createElement('geolocation')"],
     10    });
     11  });