chromium/content/test/data/accessibility/html/input-datetime.html

<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:xml-roles:*
@AURALINUX-ALLOW:text-input-type:*
@AURALINUX-ALLOW:focus*
@AURALINUX-ALLOW:editable
-->
<!DOCTYPE html>
<html>
<body>
  <input type="datetime" value="1/1/2015 1:00AM">
  <input type="datetime" value="1/1/2015 1:00AM" aria-label="Launch">
</body>
</html>