chromium/content/test/data/accessibility/html/input-time-with-popup-open.html

<!--
@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>