tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

GeolocationSensor.https.html (770B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>GeolocationSensor Test</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <link rel="help" href="https://wicg.github.io/geolocation-sensor/">
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 <script src="/resources/testdriver.js"></script>
      9 <script src="/resources/testdriver-vendor.js"></script>
     10 <script src="/page-visibility/resources/window_state_context.js"></script>
     11 <script src="/generic-sensor/resources/generic-sensor-helpers.js"></script>
     12 <script src="/generic-sensor/generic-sensor-tests.js"></script>
     13 <script src="resources/sensor-data.js"></script>
     14 <script>
     15 runGenericSensorTests(kGeolocationSensorData, kGeolocationReadings);
     16 </script>