https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9bd5354b6041d7d65fa2a1ac55a443eb89404c84 authored by Frédéric Wang on 15 March 2018, 12:16:05 UTC
Add IDL test for the CSS Font Loading spec
Tip revision: 9bd5354
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="/sensors/generic-sensor-feature-policy-test.sub.js"></script>
<script>
"use strict";

run_fp_tests_enabled_by_attribute(RelativeOrientationSensor);
</script>
</body>
back to top