| OLD | NEW |
| (Empty) |
| 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 | |
| 3 PASS successfullyParsed is true | |
| 4 | |
| 5 TEST COMPLETE | |
| 6 PASS foregroundOf(textarea1) is originalForeground | |
| 7 PASS backgroundOf(textarea1) is originalBackground | |
| 8 PASS search.value is "Search value" | |
| 9 PASS foregroundOf(field) is not originalForeground | |
| 10 PASS backgroundOf(field) is not originalBackground | |
| 11 PASS foregroundOf(search) is not originalForeground | |
| 12 PASS backgroundOf(search) is not originalBackground | |
| 13 PASS foregroundOf(textarea1) is not originalForeground | |
| 14 PASS backgroundOf(textarea1) is not originalBackground | |
| 15 PASS foregroundOf(textarea2) is not originalForeground | |
| 16 PASS backgroundOf(textarea2) is not originalBackground | |
| 17 PASS foregroundOf(select1) is not originalForeground | |
| 18 PASS backgroundOf(select1) is not originalBackground | |
| 19 PASS foregroundOf(select2) is not originalForeground | |
| 20 PASS backgroundOf(select2) is not originalBackground | |
| 21 PASS select2.options.length is 3 | |
| 22 PASS select2.options.length is 2 | |
| 23 PASS foregroundOf(select2) is autofilledSelectForeground | |
| 24 PASS backgroundOf(select2) is autofilledSelectBackground | |
| 25 PASS search.value is "" | |
| 26 PASS foregroundOf(field) is originalForeground | |
| 27 PASS backgroundOf(field) is originalBackground | |
| 28 PASS foregroundOf(search) is originalForeground | |
| 29 PASS backgroundOf(search) is originalBackground | |
| 30 PASS foregroundOf(textarea1) is originalForeground | |
| 31 PASS backgroundOf(textarea1) is originalBackground | |
| 32 PASS foregroundOf(textarea2) is originalForeground | |
| 33 PASS backgroundOf(textarea2) is originalBackground | |
| 34 PASS foregroundOf(select1) is originalForeground | |
| 35 PASS backgroundOf(select1) is originalBackground | |
| 36 PASS foregroundOf(select2) is originalForeground | |
| 37 PASS backgroundOf(select2) is originalBackground | |
| 38 | |
| OLD | NEW |