https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 571391302e8d9c3aa67bbea268e1b3cdb47248f3 authored by James Graham on 11 December 2018, 15:25:47 UTC
Fix use of wpt settings in firefox Browser
Tip revision: 5713913
AmbientLightSensor-enabled-by-feature-policy-attribute.https.html
<!DOCTYPE html>
<body>
<title>AmbientLightSensor Feature Policy Test: Enabled by attribute</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('AmbientLightSensor');
</script>
</body>
back to top