https://github.com/web-platform-tests/wpt
Revision f501e13e0c86d67b6530673548b9a4c24eaf4240 authored by Joshua Bell on 13 March 2018, 18:24:51 UTC, committed by GitHub on 13 March 2018, 18:24:51 UTC
1 parent 8a58e8b
Raw File
Tip revision: f501e13e0c86d67b6530673548b9a4c24eaf4240 authored by Joshua Bell on 13 March 2018, 18:24:51 UTC
add back in missing words
Tip revision: f501e13
AmbientLightSensor-enabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>AmbientLightSensor Feature Policy Test: Enabled</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/feature-policy/resources/featurepolicy.js"></script>
<script src="/sensors/generic-sensor-feature-policy-test.sub.js"></script>
<script>
"use strict";

run_fp_tests_enabled(AmbientLightSensor);
</script>
</body>
back to top