Revision 09329e8bb6498a74cc8c054a263b2698a72d2f8e authored by Chris Nardi on 13 March 2018, 21:27:03 UTC, committed by François REMY on 03 April 2018, 18:09:56 UTC
1 parent d30e620
Raw File
GeolocationSensor-enabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>GeolocationSensor 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(GeolocationSensor);
</script>
</body>
back to top