summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/geolocation-sensor/idlharness.https.window.js
blob: d843dc67dd23e82523bed17b90bb62b5f6a3cbe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js

// https://wicg.github.io/geolocation-sensor/

'use strict';

idl_test(
  ['geolocation-sensor'],
  ['generic-sensor', 'dom'],
  idl_array => {
    idl_array.add_objects({
      GeolocationSensor: ['new GeolocationSensor'],
    });
  }
);