Skip to content

Commit

Permalink
Simplify geolocation-sensor IDL test (web-platform-tests#12099)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebjerring authored and foolip committed Jul 20, 2018
1 parent 4250b26 commit 3602ebe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 35 deletions.
35 changes: 0 additions & 35 deletions geolocation-sensor/idlharness.https.html

This file was deleted.

17 changes: 17 additions & 0 deletions geolocation-sensor/idlharness.https.window.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// 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'
);

0 comments on commit 3602ebe

Please sign in to comment.