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