summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor.https.html')
-rw-r--r--testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor.https.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor.https.html b/testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor.https.html
new file mode 100644
index 0000000000..35dc8c3111
--- /dev/null
+++ b/testing/web-platform/tests/orientation-sensor/RelativeOrientationSensor.https.html
@@ -0,0 +1,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>