mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
11 lines
367 B
HTML
11 lines
367 B
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>
|
|
|