tor-browser

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

Gyroscope.https.html (815B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>Gyroscope Test</title>
      4 <meta name="timeout" content="long">
      5 <link rel="author" title="Intel" href="http://www.intel.com">
      6 <link rel="help" href="https://www.w3.org/TR/gyroscope/">
      7 <script src="/resources/testharness.js"></script>
      8 <script src="/resources/testharnessreport.js"></script>
      9 <script src="/resources/testdriver.js?feature=bidi"></script>
     10 <script src="/resources/testdriver-vendor.js"></script>
     11 <script src="/page-visibility/resources/window_state_context.js"></script>
     12 <script src="/generic-sensor/resources/generic-sensor-helpers.js"></script>
     13 <script src="/generic-sensor/generic-sensor-tests.js"></script>
     14 <script src="resources/sensor-data.js"></script>
     15 <script>
     16 
     17 'use strict';
     18 
     19 runGenericSensorTests(kGyroscopeSensorData, kGyroscopeReadings);
     20 
     21 </script>