chromium/content/test/data/accessibility/html/img-empty-alt.html

<html>
  <body>
    <img src="unread.jpg" alt="" role="presentation">
    <img src="read.jpg" alt="" aria-hidden="false">
    <img src="read.jpg" alt="">
    <img src="read.jpg" alt>
    <img src="read.jpg">
    <img src="read.jpg" alt="full">
  </body>
</html>