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

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