chromium/content/test/data/accessibility/html/a-with-img.html

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