1
    2
    3
    4
    5
    6
    7
    8
    9
   10

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

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles:*
-->
<!DOCTYPE html>
<html>
<body>
  <div role="dialog">This is ARIA dialog.</div>
</body>
</html>