1
0
Fork 0
mirror of https://github.com/servo/servo.git synced 2025-07-16 03:43:38 +01:00
servo/tests/wpt/web-platform-tests/geolocation-sensor/idlharness.https.window.js

16 lines
324 B
JavaScript

// 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'],
});
}
);