blob: 251d47b9e7b2519fdd11c99a6e689dd529304f5e [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 'none';">
</head>
<body>
<script>
description("'about:blank' should not be blocked by CSP.");
injectFrame("about:blank", EXPECT_LOAD);
</script>
</body>
</html>