blob: eadd6b7a4fbce9a286821bb9ad4243292fb6458a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// 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"],
});
});
};
|