https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8177b07f1d519a0376f546fb7b3c0daf27ed17ce authored by kritisingh1 on 27 March 2018, 17:30:54 UTC
minor changes
Tip revision: 8177b07
RelativeOrientationSensor-enabled-by-feature-policy-attribute.https.html
<!DOCTYPE html>
<body>
<title>RelativeOrientationSensor Feature Policy Test: Enabled by attribute</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_by_attribute(RelativeOrientationSensor);
</script>
</body>
back to top