aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/geolocation-sensor/GeolocationSensor_onerror-manual.https.html
blob: 2e6d45f2ede501dc32cc2c6870849c59a72eb00d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<meta charset="utf-8">
<title>GeolocationSensor Test: onerror</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>
<h2>Precondition</h2>
<ol>
  <li>
    Disable the Geolocation sensor or run test on a device without Geolocation sensor.
  </li>
</ol>
<script>

runGenericSensorOnerror('GeolocationSensor');

</script>