Revision 4b8180a1a71027dfa2a0cceccf37a93a42641155 authored by James Graham on 10 April 2018, 19:13:37 UTC, committed by James Graham on 10 April 2018, 19:13:37 UTC
1 parent e504871
Raw File
GeolocationSensor.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>GeolocationSensor Test</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://wicg.github.io/geolocation-sensor/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/generic-sensor/generic-sensor-tests.js"></script>
<script>

runGenericSensorTests(GeolocationSensor);

</script>
back to top