Revision 53404f2d3739378a8885dc649dd560553d631cdf authored by Luke Bjerring on 03 April 2018, 17:15:14 UTC, committed by Luke Bjerring on 04 April 2018, 19:25:25 UTC
1 parent 9f7fffa
Raw File
animation-worklet-csp.https.html
<!DOCTYPE html>
<html>
<head>
    <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>
</head>
<body>
<script>
    runContentSecurityPolicyTests("animation");
</script>
</body>
</html>
back to top