https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5d3d98450ed243074ead60b3dd06c94c8608bc77 authored by Chris Nardi on 08 April 2018, 02:03:44 UTC
Update variable-presentation-attribute.html per specs
Tip revision: 5d3d984
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