1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25

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

<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:ControllerFor=*
@UIA-WIN-ALLOW:LocalizedControlType='date picker'
@DEFAULT-ACTION-ON:Show date picker,Third date picker
@WAIT-FOR:Sunday

Windows 7 formats dates differently than Windows 10 (September, 2008 in Windows
7 vs September 2008 in Windows 10), so skip the name attribute in this case
so this test can pass on both platforms.

@BLINK-DENY:name='September*
@WIN-DENY:name='September*
@UIA-WIN-DENY:Name='September*

-->
<!DOCTYPE html>
<html>
<body>
  <input type="date" value="2008-09-01">
  <input type="date" value="2008-09-01">
  <input type="date" value="2008-09-01" aria-label="Third date picker">
</body>
</html>