https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 81ce07e8bb1c1f692944a32cdf8a271aa40acede authored by Morten Stenshorne on 10 April 2018, 10:57:45 UTC
Make sure table flex/grid items recalculate min/max widths.
Tip revision: 81ce07e
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="/generic-sensor/generic-sensor-feature-policy-test.sub.js"></script>
<script>
"use strict";

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