summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/ambient-light/AmbientLightSensor.https.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/ambient-light/AmbientLightSensor.https.html')
-rw-r--r--testing/web-platform/tests/ambient-light/AmbientLightSensor.https.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/ambient-light/AmbientLightSensor.https.html b/testing/web-platform/tests/ambient-light/AmbientLightSensor.https.html
new file mode 100644
index 0000000000..f2ed655082
--- /dev/null
+++ b/testing/web-platform/tests/ambient-light/AmbientLightSensor.https.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>AmbientLightSensor Test</title>
+<meta name="timeout" content="long">
+<link rel="author" title="Intel" href="http://www.intel.com">
+<link rel="help" href="https://www.w3.org/TR/ambient-light/">
+<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="resources/sensor-data.js"></script>
+<script>
+runGenericSensorTests(kSensorData, kReadings);
+</script>