chromium/content/test/data/accessibility/aria/aria-label-with-tabindex.html

<html>
<body>

<section aria-label="test-label" tabindex="-1">
  <h3>Test</h3>
  <p>This is test content within a section, tab index negative 1. I am missing on Android.</p>
</section>

<section aria-label="test-label-2">
  <h3>Test</h3>
  <p>This is test content within a section, no tab index.</p>
</section>

</body>
</html>