<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
</head> | |
<body> | |
<p> | |
Loads an external script. Since no content security policy is present, the script should get executed. | |
</p> | |
<div id="result" text="PASS"> | |
FAIL | |
</div> | |
<script src="http://127.0.0.1:8000/security/contentSecurityPolicy/resources/script.js"></script> | |
</body> | |
</html> |