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

<!--
@BLINK-ALLOW:inputType=*
@MAC-ALLOW:AXRoleDescription
@MAC-DENY:AXTitle
@UIA-WIN-ALLOW:LocalizedControlType='color picker'
@WIN-ALLOW:localized_extended_role=*
@WIN-ALLOW:text-input-type*
@AURALINUX-ALLOW:text-input-type:*
@WIN-ALLOW:ia2_hypertext=*
-->
<!DOCTYPE html>
<html>
  <body>
    <input type="color" value="#ff9900">
  </body>
</html>