https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6dafebae502632ba0009440dc254ce6b9a10e84e authored by Mike Pennisi on 27 March 2018, 00:09:16 UTC
wptrunner: Always restart on test error
Tip revision: 6dafeba
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