Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / content / test / data / accessibility / region.html
blob29e729b3420b4746dce1b8019b06109be08c5beb
1 <!--
2 @MAC-ALLOW:AXSubrole=AXDocumentRegion
3 @MAC-DENY:AXTitle*
4 @WIN-ALLOW:xml-roles:region
5 -->
6 <!doctype html>
7 <html>
8 <body>
9 <section>
10 This is a section element.
11 </section>
13 <div role="region">
14 This is an ARIA region.
15 </div>
16 </body>
17 </html>