https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 305c744ad716033069736d66d3ab9374c8a43f51 authored by Darren Shen on 27 March 2018, 09:18:24 UTC
[css-typed-om] Stub list-valued tests.
Tip revision: 305c744
AbsoluteOrientationSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
<!DOCTYPE html>
<body>
<title>AbsoluteOrientationSensor 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(AbsoluteOrientationSensor);
</script>
</body>
back to top