blob: 75983793cd8adbcca1b8b490e2d21d77684b37fb [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>OrientationSensor Test</title>
<meta name="timeout" content="long">
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://w3c.github.io/orientation-sensor/">
<link rel="help" href="https://w3c.github.io/sensors/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/generic-sensor/resources/generic-sensor-helpers.js"></script>
<script src="/generic-sensor/generic-sensor-tests.js"></script>
<script src="/orientation-sensor/orientation-sensor-tests.js"></script>
<script>
runGenericSensorTests(
'RelativeOrientationSensor',
kReadings,
verifyQuatSensorReading,
['accelerometer', 'gyroscope']);
runOrienationSensorTests('RelativeOrientationSensor');
</script>