mirror of
https://github.com/servo/servo
synced 2026-05-01 20:07:22 +02:00
12 lines
422 B
HTML
12 lines
422 B
HTML
<!doctype html>
|
|
<meta charset=utf8>
|
|
<meta content=long name=timeout>
|
|
<meta content="width=device-width, initial-scale=1" name=viewport>
|
|
<title>Ambient Light Events Test Suite</title>
|
|
<link rel="help" href="http://www.w3.org/TR/ambient-light/">
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script src="DeviceLightEvent_tests.js"></script>
|
|
<div id="log"></div>
|
|
|