chromium/content/test/data/accessibility/aria/aria-flowto.html

<!--
@MAC-ALLOW:AXLinkedUIElements
@MAC-DENY:AXLinkedUIElements=[]
@MAC-ALLOW:AXRoleDescription
@MAC-DENY:AXDescription
@WIN-ALLOW:flowsTo*
-->
<html>
  <body>
    <section aria-flowto="next" aria-label="current">Lorem ipsum</section>
    <footer id="next" aria-label="next">dolor sit amet</footer>
  </body>
</html>