Revision 40dc6ae8bbd4d1ce358402dd518c8ec26439913b authored by Timothy Gu on 31 July 2018, 19:10:11 UTC, committed by Timothy Gu on 31 July 2018, 19:10:11 UTC
1 parent 5f82b15
Raw File
idlharness.https.window.js
// 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'],
    });
  },
  'Test IDL implementation of Geolocation Sensor'
);
back to top