Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / accessibility / aria / aria-complementary.html
blobd4dd415908c06a3948dcc39a1204a8f907f330ff
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="complementary">
10 This is ARIA role complementary.
11 </div>
12 </body>
13 </html>