Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / content / test / data / accessibility / aria-flowto.html
blob53ab196c70ae4ef83d308bd8900fc8d830a34b24
1 <!--
2 @MAC-ALLOW:AXLinkedUIElements*
3 @MAC-ALLOW:AXRoleDescription*
4 -->
5 <html>
6 <body>
7 <section aria-flowto="next">Lorem ipsum</section>
8 <footer id="next">dolor sit amet</footer>
9 </body>
10 </html>