blob: df1f0b224ce63e054eb5aab0f364c19958a45728 [file] [log] [blame]
<!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>