blob: 078729305e361200d5469ab43ada8fd79c622e89 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="img-src 'none'">
</head>
<body>
<p>This tests that the alternative text of an image is rendered when the CSP policy of the page blocks its load.</p>
<img src="../resources/abe.png" width="50" height="50" alt="alt text">
</body>
</html>