https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 055367b2fd8b94dc54cccddfd069fb9bcd5261f1 authored by Robert Ma on 15 March 2018, 21:39:41 UTC
Document how to install the CA cert on Android
Tip revision: 055367b
Magnetometer-enabled-on-self-origin-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>Magnetometer Feature Policy Test: Enabled on self origin</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/feature-policy/resources/featurepolicy.js"></script>
<script src="/sensors/generic-sensor-feature-policy-test.sub.js"></script>
<script>
"use strict";

run_fp_tests_enabled_on_self_origin(Magnetometer);
run_fp_tests_enabled_on_self_origin(UncalibratedMagnetometer);
</script>
</body>
back to top