GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git] / content / test / data / accessibility / aria / 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>