<!DOCTYPE html> | |
<html> | |
<head> | |
<script> | |
if (window.testRunner) | |
testRunner.dumpAsText(); | |
</script> | |
<meta http-equiv="Content-Security-Policy" content="script-src *"> | |
</head> | |
<body> | |
<p>Test passes if the JavaScript script is loaded.</p> | |
<script src="resources/alert-pass.js"></script> | |
</body> | |
</html> |