chromium/content/test/data/accessibility/aria/aria-dialog.html

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