gecko-dev/testing/web-platform/tests/geolocation/idlharness.https.window.js
Marcos Cáceres ae08694566 Bug 1902628 [wpt PR 46750] - Geolocation: rename to match repo and shortname, a=testonly
Automatic update from web-platform-tests
Geolocaiton: rename to match repo and shortname (#46750)

--

wpt-commits: d804e212807639bcfae5808c76f9a2fc65fb4069
wpt-pr: 46750
2024-06-18 12:21:48 +00:00

14 lines
404 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: script=/resources/testdriver.js
// META: script=/resources/testdriver-vendor.js
// https://www.w3.org/TR/geolocation-API/
window.onload = async () => {
idl_test(["geolocation"], ["hr-time", "html"], (idl_array) => {
idl_array.add_objects({
Geolocation: ["navigator.geolocation"],
});
});
};