1 CONSOLE WARNING: line 10: The specified value 'purple' does not conform to the required format. The format is '#rrggbb' where rr, gg, bb are two-digit hexadecimal numbers.
3 This test checks the role of ColorWellRolean input with type=color
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 Role of input type=color is: AXRole: AXColorWell
9 Value of empty color well: AXValue: rgb 0.00000 0.00000 0.00000 1
10 Value of good color well: AXValue: rgb 1.00000 0.00000 0.00000 1
11 Value of bad color well: AXValue: rgb 0.00000 0.00000 0.00000 1
12 PASS successfullyParsed is true