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

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