chromium/third_party/blink/web_tests/http/tests/inspector-protocol/resources/content-security-policy-issue-image.php

<?php
header("Content-Security-Policy: img-src 'self';");
?>
<!DOCTYPE html>
<html>
  <body>
    <h2>Webpage with blocked image source issue</h2>

    <div> <img src="https://thirdparty.test/network/resources/to-be-blocked.jpg" style="width:500px" alt="Image blocked|CSP violation"></div>
  </body>
</html>