https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 02832764733119f0883cbdd8a50db41d745ea420 authored by Ms2ger on 07 April 2016, 11:57:32 UTC
Add @Sebmaster to url reviewers.
Tip revision: 0283276
UserProximityEvent_tests.html
<!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="UserProximityEvent_tests.js"></script>

back to top