Revision b6fc6d7b9d4d4ef015d0345adcc0ba4403f6e03b authored by Anne van Kesteren on 25 April 2018, 16:45:39 UTC, committed by GitHub on 25 April 2018, 16:45:39 UTC
1 parent 9cecf73
Raw File
ProximitySensor.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>ProximitySensor Test</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://w3c.github.io/proximity/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/generic-sensor/generic-sensor-tests.js"></script>
<div id="log"></div>
<script>

runGenericSensorTests(ProximitySensor);

</script>
back to top