1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / relations / ignore-duplicate-relation-ids.html [blame]

<!--
@WIN-ALLOW:details=*
-->
<!DOCTYPE html>
<html>
  <body>
    <p>This <span aria-details="details2 details2">text</span> has details</p>
    <div role="group" id="details2">Text details</div>
  </body>
</html>