<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.dumpChildFramesAsText(); | |
} | |
</script> | |
</head> | |
<body> | |
<iframe src="http://127.0.0.1:8000/security/contentSecurityPolicy/resources/event-handler.pl?should_run=no&csp=script-src%20'none'"></iframe> | |
<iframe src="http://127.0.0.1:8000/security/contentSecurityPolicy/resources/event-handler.pl?should_run=yes&csp=img-src%20'none'"></iframe> | |
</body> | |
</html> |