blob: 9521a15f6cc76f4dcfb933a6cdfe3f7e5c3ccee8 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>OrientationSensor Test</title>
<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/generic-sensor-tests.js"></script>
<script src="/orientation-sensor/orientation-sensor-tests.js"></script>
<div id="log"></div>
<script>
runOrienationSensorTests('RelativeOrientationSensor');
runGenericSensorTests('RelativeOrientationSensor');
</script>