blob: a14833c59e008a4ba9a7146219c9b2a73bf8482b [file] [log] [blame]
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'none';"/>
</head>
<body>
<p>This is a page with CSP that disallows scripts and an iframe that loads an
error page.
<p><iframe src="http://invalid.foo/" id="test_iframe"></iframe>
</body>
</html>