https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e46883f182c0764e1fa40084363d11ef2024c47b authored by Robert Ma on 05 April 2018, 18:09:27 UTC
Bind StashServer to server_host instead of browser_host
Tip revision: e46883f
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="/generic-sensor/generic-sensor-feature-policy-test.sub.js"></script>
<script>
"use strict";

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