tor-browser

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

idlharness.https.window.js (404B)


      1 // META: script=/resources/WebIDLParser.js
      2 // META: script=/resources/idlharness.js
      3 // META: script=/resources/testdriver.js
      4 // META: script=/resources/testdriver-vendor.js
      5 
      6 // https://www.w3.org/TR/geolocation-API/
      7 
      8 window.onload = async () => {
      9  idl_test(["geolocation"], ["hr-time", "html"], (idl_array) => {
     10    idl_array.add_objects({
     11      Geolocation: ["navigator.geolocation"],
     12    });
     13  });
     14 };