chromium/content/test/data/accessibility/html/input-week.html

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