1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / html / img-empty-alt.html [blame]

<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>