tor-browser

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

AmbientLightSensor-iframe-access.https.html (812B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>AmbientLightSensor iframe test</title>
      4 <link rel="author" title="Intel" href="http://www.intel.com">
      5 <link rel="help" href="https://w3c.github.io/ambient-light/">
      6 <script src="/resources/testharness.js"></script>
      7 <script src="/resources/testharnessreport.js"></script>
      8 <script src="/resources/testdriver.js?feature=bidi"></script>
      9 <script src="/resources/testdriver-vendor.js"></script>
     10 <script src="/generic-sensor/resources/generic-sensor-helpers.js"></script>
     11 <script src="/generic-sensor/generic-sensor-iframe-tests.sub.js"></script>
     12 <script src="/generic-sensor/generic-sensor-feature-policy-test.sub.js"></script>
     13 <script src="resources/sensor-data.js"></script>
     14 <div id="log"></div>
     15 <script>
     16 run_generic_sensor_iframe_tests(kSensorData, kReadings);
     17 </script>