https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b6110e0cc778b6817ecf58df91e7bfd93ba40764 authored by Doug Turner on 20 December 2018, 02:04:09 UTC
WebBluetooth Scanning API
Tip revision: b6110e0
animation-worklet-csp.https.html
<!DOCTYPE html>
<title>ContentSecurityPolicy for Animation Worklets</title>
<meta name="timeout" content="long">
<script src="/common/get-host-info.sub.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/worklet-test-utils.js"></script>
<script src="resources/csp-tests.js"></script>
<script>
runContentSecurityPolicyTests("animation");
</script>
back to top