https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 410fe8465f4c5a51d25d95c62a53b569d980c1cf authored by Robert Ma on 19 March 2018, 15:34:37 UTC
Exit check_stability with an error when no tests run
Tip revision: 410fe84
Magnetometer-enabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>Magnetometer 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="/sensors/generic-sensor-feature-policy-test.sub.js"></script>
<script>
"use strict";

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