Sign in
chromium
/
chromium
/
src.git
/
57504b7decf3eeae3a508ad83c28ddb7ffdc68a8
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
img.html
blob: 39cea3a0744543963b274078bf6d574aed76529d [
file
]
<!--
@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
=
" "
>
</body>
</html>