mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-04 18:29:29 +02:00
Automatic update from web-platform-tests Geolocaiton: rename to match repo and shortname (#46750) -- wpt-commits: d804e212807639bcfae5808c76f9a2fc65fb4069 wpt-pr: 46750
14 lines
404 B
JavaScript
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"],
|
|
});
|
|
});
|
|
};
|