Upstream version 11.40.271.0
[platform/framework/web/crosswalk.git] / src / content / test / data / accessibility / aria-contentinfo.html
1 <!--
2 @MAC-ALLOW:AXRole=*
3 @MAC-ALLOW:AXSubrole=*
4 @MAC-ALLOW:AXRoleDescription=*
5 @WIN-ALLOW:xml-roles:*
6 -->
7 <html>
8 <body>
9   <div role="contentinfo">
10     This is ARIA role contentinfo.
11   </div>
12 </body>
13 </html>