chromium/content/test/data/accessibility/html/input-color-with-popup-open.html

<!--
@BLINK-ALLOW:inputType=*
@DEFAULT-ACTION-ON:color picker
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='color picker'
@WAIT-FOR:Hue slider
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:localized_extended_role=*
-->
<!DOCTYPE html>
<html>
  <body>
    <input type="color" value="#ff9900" aria-label="color picker">
  </body>
</html>