https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f8530212b3e615b46ef66b4c90063dac4579c2d4 authored by Michael[tm] Smith on 20 August 2016, 17:40:50 UTC
cc Rename some SVG *-novalid files to *-valid
Tip revision: f853021
AmbientLightSensor_tests.html
<!doctype html>
<meta charset=utf8>
<meta content=long name=timeout>
<meta content="width=device-width, initial-scale=1" name=viewport>
<title>Ambient Light Sensor 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="AmbientLightSensor.js"></script>
<div id="log"></div>

back to top