Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-contentinfo.html
blob843aa6e5775423c87db4fea0b258c763d67ca7c0
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>