https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9454b8e581454d3bf0dabb368f4cf90c8e3dcc6c authored by Geoffrey Sneddon on 27 August 2018, 16:01:41 UTC
Fix #12578: make SeleniumExecutor/WebDriverExecutor use the right size for reftests
Tip revision: 9454b8e
AmbientLightSensor-disabled-by-feature-policy.https.html
<!DOCTYPE html>
<body>
<title>AmbientLightSensor Feature Policy Test: Disabled</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_disabled('AmbientLightSensor');
</script>
</body>
back to top