chromium/content/test/data/accessibility/html/img.html

<!--
@MAC-ALLOW:AXRoleDescription='image'
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
@ANDROID-ALLOW:has_image
-->
<html>
<body>
  <img src="pipe.jpg" alt="pipe">
  <img src="pipe.jpg" alt="">
  <img src="pipe.jpg" alt=" ">
  <img src="svg-face.svg" alt="SVG face">
</body>
</html>