summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accelerometer/Accelerometer-disabled-by-feature-policy.https.html
blob: 041ddc4470c68e6795d4e0ebd05fe6ae16fc1c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<body>
<title>Accelerometer Feature Policy Test: Disabled</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_disabled('Accelerometer');
run_fp_tests_disabled('LinearAccelerationSensor');
run_fp_tests_disabled('GravitySensor');
</script>
</body>