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

content / test / data / accessibility / html / img.html [blame]

<!--
@MAC-ALLOW:AXRoleDescription='image'
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
@ANDROID-ALLOW:has_image
-->
<html>
<body>
  <img src="pipe.jpg" alt="pipe">
  <img src="pipe.jpg" alt="">
  <img src="pipe.jpg" alt=" ">
  <img src="svg-face.svg" alt="SVG face">
</body>
</html>