https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f5bb782c766f17893c02dea2539281efb173f551 authored by Han Leon on 13 May 2018, 12:29:46 UTC
[ServiceWorker] Propagate change for ServiceWorkerRegistration#updateViaCache
Tip revision: f5bb782
RelativeOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
<!DOCTYPE html>
<body>
<title>RelativeOrientationSensor Feature Policy Test: Enabled by attribute redirect on load</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_redirect_on_load('RelativeOrientationSensor');
</script>
</body>
back to top