tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

AbsoluteOrientationSensor-enabled-by-feature-policy-attribute.https.html (467B)


      1 <!DOCTYPE html>
      2 <body>
      3 <title>AbsoluteOrientationSensor Feature Policy Test: Enabled by attribute</title>
      4 <script src="/resources/testharness.js"></script>
      5 <script src="/resources/testharnessreport.js"></script>
      6 <script src="/feature-policy/resources/featurepolicy.js"></script>
      7 <script src="/generic-sensor/generic-sensor-feature-policy-test.sub.js"></script>
      8 <script>
      9 "use strict";
     10 
     11 run_fp_tests_enabled_by_attribute('AbsoluteOrientationSensor');
     12 </script>
     13 </body>