https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 3e97222a89de5d7094b14bae8c9f469e28c6836b authored by James Graham on 11 April 2018, 18:02:33 UTC
Stop running tests on pypy
Tip revision: 3e97222
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