OLD | NEW |
1 This tests that foreground and background colors properly change for autofilled
inputs or select options. It can only be run using the test harness. | 1 This tests that foreground and background colors properly change for autofilled
inputs or select options. It can only be run using the test harness. |
2 | 2 |
3 PASS successfullyParsed is true | 3 PASS successfullyParsed is true |
4 | 4 |
5 TEST COMPLETE | 5 TEST COMPLETE |
6 PASS foregroundOf(textarea1) is originalForeground | 6 PASS foregroundOf(textarea1) is originalForeground |
7 PASS backgroundOf(textarea1) is originalBackground | 7 PASS backgroundOf(textarea1) is originalBackground |
8 PASS search.value is "Search value" | 8 PASS search.value is "Search value" |
9 PASS foregroundOf(field) is not originalForeground | 9 PASS foregroundOf(field) is not originalForeground |
10 PASS backgroundOf(field) is not originalBackground | 10 PASS backgroundOf(field) is not originalBackground |
11 PASS foregroundOf(search) is not originalForeground | 11 PASS foregroundOf(search) is not originalForeground |
12 PASS backgroundOf(search) is not originalBackground | 12 PASS backgroundOf(search) is not originalBackground |
(...skipping 20 matching lines...) Expand all Loading... |
33 PASS backgroundOf(textarea1) is originalBackground | 33 PASS backgroundOf(textarea1) is originalBackground |
34 PASS foregroundOf(textarea2) is originalForeground | 34 PASS foregroundOf(textarea2) is originalForeground |
35 PASS backgroundOf(textarea2) is originalBackground | 35 PASS backgroundOf(textarea2) is originalBackground |
36 PASS foregroundOf(select1) is originalForeground | 36 PASS foregroundOf(select1) is originalForeground |
37 PASS backgroundOf(select1) is originalBackground | 37 PASS backgroundOf(select1) is originalBackground |
38 PASS foregroundOf(select2) is originalForeground | 38 PASS foregroundOf(select2) is originalForeground |
39 PASS backgroundOf(select2) is originalBackground | 39 PASS backgroundOf(select2) is originalBackground |
40 PASS foregroundOf(select3) is originalForeground | 40 PASS foregroundOf(select3) is originalForeground |
41 PASS backgroundOf(select3) is originalBackground | 41 PASS backgroundOf(select3) is originalBackground |
42 | 42 |
OLD | NEW |