Revision 8d901449a96ee54fbd11868ed44ef8b160c97a14 authored by Marcos Cáceres on 21 March 2018, 04:30:57 UTC, committed by Marcos Cáceres on 21 March 2018, 04:32:42 UTC
1 parent f8920ff
Raw File
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