Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / html / figure.html
blob43f60b841f7c9a600252f173a721e5a52bc8729c
1 <!--
2 @MAC-ALLOW:AXRole*
3 @WIN-ALLOW:xml-roles*
4 -->
5 <!DOCTYPE html>
6 <html>
7 <body>
8 <figure>
9 <img src="pipe.jpg" alt="Sunspots" width="304" height="228">
10 </figure>
11 </body>
12 </html>