https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b98931ac1fbe042caf7f7072a8f993c4d60475af authored by Yutaka Hirano on 25 April 2018, 04:52:52 UTC
fix
Tip revision: b98931a
AmbientLightSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
<!DOCTYPE html>
<body>
<title>AmbientLightSensor Feature Policy Test: Enabled by attribute redirect on load</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_by_attribute_redirect_on_load(AmbientLightSensor);
</script>
</body>
back to top