mirror of
https://github.com/servo/servo.git
synced 2025-07-10 08:53:41 +01:00
13 lines
442 B
HTML
13 lines
442 B
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>
|