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

content / test / data / accessibility / html / input-color.html [blame]

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