Cleanup after SK_SUPPORT_LEGACY_COLOR32_MATH rebaseline
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / accessibility / color-well-expected.txt
bloba14f0bcb8797480641120958531079ba01b4a49f
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.
2     
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
14 TEST COMPLETE