Revision 98932eb7420923b691dacea405b3bb4bb105016a authored by Emilio Cobos Álvarez on 10 April 2018, 20:19:22 UTC, committed by moz-wptsync-bot on 10 April 2018, 20:19:22 UTC
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1452640
gecko-commit: 00ac14e011212f55d75afd6043ac8e41636dec5f
gecko-integration-branch: central
gecko-reviewers: xidorn
1 parent e504871
Raw File
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);
runGenericSensorOnerror(LinearAccelerationSensor);

</script>
back to top