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

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

<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='local date and time picker'
@WIN-ALLOW:description=*
@WIN-ALLOW:haspopup*
@WIN-ALLOW:localized_extended_role='local date and time picker'
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:text-input-type:*
@AURALINUX-ALLOW:description=*
@AURALINUX-ALLOW:haspopup*
-->
<!DOCTYPE html>
<html>
  <body>
    <input type="datetime-local">
  </body>
</html>