<!--
@MAC-ALLOW:AXDescription*
-->
<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="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"/></a>
</body>
</html>