https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0518cdc5e847f3ba10a6fb0e08f3b51b0f5b6574 authored by Mattias Buelens on 08 March 2018, 20:54:03 UTC
Readable byte streams: autoAllocateChunkSize test must not ignore second read
Tip revision: 0518cdc
ProximitySensor_onerror-manual.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>ProximitySensor Test: onerror</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>
<h2>Precondition</h2>
<ol>
  <li>
    Disable the Proximity Sensor or run test on a device without Proximity Sensor.
  </li>
</ol>
<script>

runGenericSensorOnerror(ProximitySensor);

</script>
back to top