Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / html / img.html
blob4e143ab8c6c7bba1891fe0dd56853494f5ca0dd3
1 <!--
2 @MAC-ALLOW:AXRoleDescription='image'
3 @WIN-ALLOW:xml-roles:*
4 -->
5 <html>
6 <body>
7 <img src="pipe.jpg" alt="pipe">
8 <img src="pipe.jpg" alt="">
9 <img src="pipe.jpg" alt=" ">
10 </body>
11 </html>