https://github.com/web-platform-tests/wpt
Raw File
Tip revision: d7971f8bb6faedcb2b39c0b964f62add100b0df1 authored by Hiroki Nakagawa on 08 January 2018, 15:21:17 UTC
Worker: Upstream fast/workers/worker-timeout.html to WPT
Tip revision: d7971f8
RelativeOrientationSensor-disabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<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