Gyroscope_insecure_context.html (576B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Gyroscope Test: insecure context</title> 4 <link rel="author" title="Intel" href="http://www.intel.com"> 5 <link rel="help" href="https://www.w3.org/TR/gyroscope/"> 6 <script src="/resources/testharness.js"></script> 7 <script src="/resources/testharnessreport.js"></script> 8 <script src="/generic-sensor/generic-sensor-tests.js"></script> 9 <div id="log"></div> 10 <h2>Precondition</h2> 11 <ol> 12 <li> 13 Run test in an insecure context, e.g. http://example.com/. 14 </li> 15 </ol> 16 <script> 17 18 runGenericSensorInsecureContext("Gyroscope"); 19 20 </script>