https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 99854ef0fa41263dc05c8263b00183aec8e139a0 authored by James Graham on 04 April 2018, 18:13:44 UTC
Fix handling of missing manifest_path in wptcommandline,
Tip revision: 99854ef
paint-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("paint");
</script>
</body>
</html>
back to top