summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/geolocation-sensor/resources/sensor-data.js
blob: 5bbad442929bf518930fa0294f4d270447deef1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
'use strict';

const kGeolocationSensorData = {
  sensorName: 'GeolocationSensor',
  permissionName: 'geolocation',
  testDriverName: 'geolocation',
  featurePolicyNames: ['geolocation']
};

const kGeolocationReadings = {
  readings: [
      [1.12345, 2.12345, 3.12345, 0.95, 0.96, 4.12345, 5.123]
  ],
  expectedReadings: [
      [1.12345, 2.12345, 3.12345, 0.95, 0.96, 4.12345, 5.123]
  ]
};