chromium/third_party/blink/web_tests/http/tests/worklet/animation-worklet-csp-eval.html

<!DOCTYPE html>
<html>
<head>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="/resources/get-host-info.sub.js"></script>
    <script src="resources/csp-eval-tests.js"></script>
</head>
<body>
<script>
    runContentSecurityPolicyEvalTests("animation");
</script>
</body>
</html>