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

content / test / data / accessibility / html / input-time-with-popup-open.html [blame]

<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:ia2_hypertext=*
@UIA-WIN-ALLOW:ControllerFor=*
@UIA-WIN-ALLOW:LocalizedControlType='time picker'
@DEFAULT-ACTION-ON:Show time picker
@WIN-ALLOW:localized_extended_role='time picker'
-->
<!DOCTYPE html>
<html>
<body>
  <input type="time" value="13:50:02.922">
</body>
</html>