summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor.https.html
blob: 35dc8c3111363721c0f6645778b1cd96ec1a6483 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
<script src="/page-visibility/resources/window_state_context.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 src="resources/sensor-data.js"></script>
<script>

'use strict';

runGenericSensorTests(kRelativeOrientationSensorData, kOrientationReadings);

runOrientationSensorTests(kRelativeOrientationSensorData, kOrientationReadings);

</script>