chromium/chrome/test/data/no_real_image.html

<!DOCTYPE html>
<meta charset="utf-8">
<title>Test base with non-existent image file</title>
<body>
  <h1>Hello have a look at this "picture"!</h1>
  <img src="not_a_real_image.png">
</body>