1
    2
    3
    4
    5
    6
    7
    8

content / test / data / accessibility / aria / aria-label-augment-inner-text.html [blame]

<html>
<body>
  <a href='#'>Link</a>
  <a href='#' aria-label='AriaLabel'>Link</a>
  <button>Button</button>
  <button aria-label='AriaLabel'>Button</button>
</body>
</html>