https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 378530000a7140ccfc83c2df6ef4bb92543103db authored by Sandra Sun on 19 March 2018, 16:31:26 UTC
scroll-snap-align should specify inline and block.
Tip revision: 3785300
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="/sensors/generic-sensor-feature-policy-test.sub.js"></script>
<script>
"use strict";

run_fp_tests_disabled(AmbientLightSensor);
</script>
</body>
back to top