https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 23ecf31d3486c72b4fda870b0a5b5de5340aafb9 authored by Timothy Gu on 19 October 2018, 20:46:11 UTC
document.open(): Align history/URL behavior with spec
Tip revision: 23ecf31
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