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

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