https://github.com/web-platform-tests/wpt
Raw File
Tip revision: eab2a930c67983a17d698050eef0dc85a3787dde authored by Hwanseung Lee on 26 March 2018, 15:54:44 UTC
[css-typed-om] support block-size and inline-size
Tip revision: eab2a93
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