1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

content / test / data / accessibility / html / input-date.html [blame]

<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='date picker'
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:localized_extended_role='date picker'
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:text-input-type*
-->
<!DOCTYPE html>
<html>
<body>
  <input type="date" value="2008-09-01">
  <input type="date" value="2008-09-01" aria-label="When">
</body>
</html>