1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / html / a-with-img.html [blame]

<!--
@MAC-ALLOW:AXDescription
@BLINK-ALLOW:linked
-->
<html>
<body>
  <a href="http://www.google.com"><img src="bullet.png" alt="Link"/> with image at start.</a>
  <a href="http://www.google.com">Link with <img src="bullet.png" alt="bullet image"/> in the middle.</a>
  <a href="http://www.google.com">Link with <img src="broken.png" alt="broken"/> in the middle.</a>
  <a href="http://www.google.com">Link with image at the <img src="bullet.png" alt="end, it's a bullet"/></a>
</body>
</html>