1
    2
    3
    4
    5
    6
    7
    8

content / test / data / accessibility / aria / aria-any-unignored.html [blame]

<!DOCTYPE html>
<!-- Presence of any ARIA attribute should cause object to be unignored -->
<html>
<body>
  <p>Hi <span>ignored span</span></p>
  <p>Hi <span aria-nonsense>unignored span</span></p>
</body>
</html>