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

<!DOCTYPE html>
<!--
@MAC-ALLOW:AXRoleDescription=*
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
@UIA-WIN-ALLOW:LocalizedControlType=*
-->
<html>
<body>
  <div role="emphasis">role</div>
  <em>element (no name)</em>
  <em aria-label="include me">element (with name)</em>
</body>
</html>