OLD | NEW |
1 CONSOLE WARNING: line 10: The specified value "purple" does not conform to the r
equired format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadeci
mal numbers. | 1 CONSOLE WARNING: line 10: The specified value "purple" does not conform to the r
equired format. The format is "#rrggbb" where rr, gg, bb are two-digit hexadeci
mal numbers. |
2 This test ensures that the correct accessibility properties can be retrieved fro
m input elements of type color. | 2 This test ensures that the correct accessibility properties can be retrieved fro
m input elements of type color. |
3 | 3 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 5 |
6 | 6 |
7 PASS axColorwell.role is "AXRole: AXColorWell" | 7 PASS axColorwell.role is "AXRole: AXColorWell" |
8 PASS axColorwell.colorValue is 4278190080 | 8 PASS axColorwell.colorValue is 4278190080 |
9 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)" | 9 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)" |
10 PASS axColorwell.role is "AXRole: AXColorWell" | 10 PASS axColorwell.role is "AXRole: AXColorWell" |
11 PASS axColorwell.colorValue is 4294901760 | 11 PASS axColorwell.colorValue is 4294901760 |
12 PASS axColorwell.stringValue is "AXValue: rgba(255, 0, 0, 1)" | 12 PASS axColorwell.stringValue is "AXValue: rgba(255, 0, 0, 1)" |
13 PASS axColorwell.role is "AXRole: AXColorWell" | 13 PASS axColorwell.role is "AXRole: AXColorWell" |
14 PASS axColorwell.colorValue is 4278190080 | 14 PASS axColorwell.colorValue is 4278190080 |
15 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)" | 15 PASS axColorwell.stringValue is "AXValue: rgba(0, 0, 0, 1)" |
16 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
17 | 17 |
18 TEST COMPLETE | 18 TEST COMPLETE |
19 | 19 |
OLD | NEW |