https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f6787be668af17ecfe796e15c6cf5a7e3bc656af authored by Eric Willigers on 13 April 2018, 15:13:19 UTC
Accept variation in serialization of 'background'
Tip revision: f6787be
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