https://github.com/web-platform-tests/wpt
Raw File
Tip revision: dcb0aa746549b238d7cddbdf618cfd6e41876623 authored by Geoffrey Sneddon on 19 March 2018, 15:19:55 UTC
Rename host -> browser_host and host_ip -> server_host
Tip revision: dcb0aa7
AmbientLightSensor-disabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>AmbientLightSensor Feature Policy Test: Disabled</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_disabled(AmbientLightSensor);
</script>
</body>
back to top