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