summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/proximity/DeviceProximityEvent_tests.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/proximity/DeviceProximityEvent_tests.html')
-rw-r--r--testing/web-platform/tests/proximity/DeviceProximityEvent_tests.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/proximity/DeviceProximityEvent_tests.html b/testing/web-platform/tests/proximity/DeviceProximityEvent_tests.html
new file mode 100644
index 000000000..d4d08fda7
--- /dev/null
+++ b/testing/web-platform/tests/proximity/DeviceProximityEvent_tests.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<meta charset=utf8>
+<meta content="width=device-width, initial-scale=1" name=viewport>
+<title>Proximity Events Test Suite</title>
+<h1>Test Suite for Proximity Events</h1>
+<div id="log"></div>
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="DeviceProximityEvent_tests.js"></script>
+