https://github.com/web-platform-tests/wpt
Raw File
Tip revision: ac7299be20bc274ef25b565534259f90f45df72f authored by Maja Frydrychowicz on 11 April 2018, 09:34:03 UTC
Disable test_pause_dblclick
Tip revision: ac7299b
AmbientLightSensor-enabled-by-feature-policy-attribute-redirect-on-load.https.html
<!DOCTYPE html>
<body>
<title>AmbientLightSensor 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(AmbientLightSensor);
</script>
</body>
back to top