summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/ambient-light/AmbientLightSensor.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/ambient-light/AmbientLightSensor.js')
-rw-r--r--testing/web-platform/tests/ambient-light/AmbientLightSensor.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/web-platform/tests/ambient-light/AmbientLightSensor.js b/testing/web-platform/tests/ambient-light/AmbientLightSensor.js
new file mode 100644
index 000000000..5a1f8ea2f
--- /dev/null
+++ b/testing/web-platform/tests/ambient-light/AmbientLightSensor.js
@@ -0,0 +1,5 @@
+(function() {
+ test(function() {
+ assert_true(false);
+ }, 'Test suite not implemented yet.');
+})();