https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d59f66bb3cb484d4253d2509e9a8c3a2575438d4 authored by Raymond Toy on 06 April 2018, 17:48:00 UTC
Move AudioNode tests to WPT
Tip revision: d59f66b
RelativeOrientationSensor-disabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>RelativeOrientationSensor 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(RelativeOrientationSensor);
</script>
</body>
back to top