blob: bb1c4707fe230f1a4716c6147cbccafa4c77788a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
<script src="/security/contentSecurityPolicy/resources/child-src-test.js"></script>
<meta http-equiv="Content-Security-Policy" content="child-src 'self';">
</head>
<body>
<script>
description("SharedWorkers should be governed by 'child-src'.");
injectSharedWorker("/security/contentSecurityPolicy/resources/alert-pass.js", EXPECT_LOAD);
</script>
</body>
</html>