https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e282aea38fc3c3c6263dfb9a85e73a3c2d571410 authored by Adam Rice on 02 April 2018, 06:38:50 UTC
ReadableStream: getReader() should call ToString() on mode
Tip revision: e282aea
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