1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

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

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXARIALive
@MAC-ALLOW:AXARIABusy
@WIN-ALLOW:xml-roles*
@WIN-ALLOW:*live*
@WIN-ALLOW:*busy*
@WIN-ALLOW:*atomic*
@WIN-ALLOW:*relevant*
@AURALINUX-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>
<body>
  <div role="alertdialog"></div>
</body>
</html>