Revision 69b5681ee7aa5a028eb694b2c93bfd48c1ef08e4 authored by Florian Rivoal on 20 April 2018, 10:06:58 UTC, committed by Florian Rivoal on 20 April 2018, 10:17:40 UTC
Corresponds to the spec changes from
https://github.com/w3c/csswg-drafts/issues/2510
1 parent e2f8447
Raw File
Gyroscope-enabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>Gyroscope 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(Gyroscope);
</script>
</body>
back to top