https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 70876b0dfb1e872587e58c60db04619c9dc6cf5e authored by Alex Chiem on 08 April 2018, 19:53:25 UTC
Move \u0BC6 invalid tests to valid
Tip revision: 70876b0
Accelerometer_onerror-manual.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>Accelerometer Test: onerror</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://www.w3.org/TR/accelerometer/">
<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>
<h2>Precondition</h2>
<ol>
  <li>
    Disable the Accelerometer Sensor or run test on a device without Accelerometer Sensor.
  </li>
</ol>
<script>

runGenericSensorOnerror(Accelerometer);
runGenericSensorOnerror(GravitySensor);

</script>
back to top