https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 44d012cd79c46f2bddec0fd324ed5e13de53878c authored by Brian Burg on 16 March 2018, 04:56:07 UTC
WebDriver: REGRESSION(86d68c3198c): missing 'sys' import in fixtures.py
Tip revision: 44d012c
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="/sensors/generic-sensor-tests.js"></script>
<div id="log"></div>
<script>

runGenericSensorTests(ProximitySensor);

</script>
back to top