blob: 818f41643e429f40fd300c256c2973219ec599f3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="img-src 'none'; report-uri resources/save-report.php">
</head>
<body>
<script>
testRunner.addOriginAccessWhitelistEntry('http://127.0.0.1:8000', 'file', '', true);
var localImageLocation = testRunner.pathToLocalResource('file:///tmp/LayoutTests/http/tests/security/resources/compass.jpg');
var localImageElement = document.createElement('img');
localImageElement.src = localImageLocation;
document.body.appendChild(localImageElement);
</script>
<script src="resources/go-to-echo-report.js"></script>
</body>
</html>