| 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 |
| 13 PASS foregroundOf(textarea1) is not originalForeground | 13 PASS foregroundOf(textarea1) is not originalForeground |
| 14 PASS backgroundOf(textarea1) is not originalBackground | 14 PASS backgroundOf(textarea1) is not originalBackground |
| 15 PASS foregroundOf(textarea2) is not originalForeground | 15 PASS foregroundOf(textarea2) is not originalForeground |
| 16 PASS backgroundOf(textarea2) is not originalBackground | 16 PASS backgroundOf(textarea2) is not originalBackground |
| 17 PASS foregroundOf(select1) is not originalForeground | 17 PASS foregroundOf(select1) is not originalForeground |
| 18 PASS backgroundOf(select1) is not originalBackground | 18 PASS backgroundOf(select1) is not originalBackground |
| 19 PASS foregroundOf(select2) is not originalForeground | 19 PASS foregroundOf(select2) is not originalForeground |
| 20 PASS backgroundOf(select2) is not originalBackground | 20 PASS backgroundOf(select2) is not originalBackground |
| 21 PASS foregroundOf(select3) is not originalForeground |
| 22 PASS backgroundOf(select3) is not originalBackground |
| 21 PASS select2.options.length is 3 | 23 PASS select2.options.length is 3 |
| 22 PASS select2.options.length is 2 | 24 PASS select2.options.length is 2 |
| 23 PASS foregroundOf(select2) is autofilledSelectForeground | 25 PASS foregroundOf(select2) is autofilledSelectForeground |
| 24 PASS backgroundOf(select2) is autofilledSelectBackground | 26 PASS backgroundOf(select2) is autofilledSelectBackground |
| 25 PASS search.value is "" | 27 PASS search.value is "" |
| 26 PASS foregroundOf(field) is originalForeground | 28 PASS foregroundOf(field) is originalForeground |
| 27 PASS backgroundOf(field) is originalBackground | 29 PASS backgroundOf(field) is originalBackground |
| 28 PASS foregroundOf(search) is originalForeground | 30 PASS foregroundOf(search) is originalForeground |
| 29 PASS backgroundOf(search) is originalBackground | 31 PASS backgroundOf(search) is originalBackground |
| 30 PASS foregroundOf(textarea1) is originalForeground | 32 PASS foregroundOf(textarea1) is originalForeground |
| 31 PASS backgroundOf(textarea1) is originalBackground | 33 PASS backgroundOf(textarea1) is originalBackground |
| 32 PASS foregroundOf(textarea2) is originalForeground | 34 PASS foregroundOf(textarea2) is originalForeground |
| 33 PASS backgroundOf(textarea2) is originalBackground | 35 PASS backgroundOf(textarea2) is originalBackground |
| 34 PASS foregroundOf(select1) is originalForeground | 36 PASS foregroundOf(select1) is originalForeground |
| 35 PASS backgroundOf(select1) is originalBackground | 37 PASS backgroundOf(select1) is originalBackground |
| 36 PASS foregroundOf(select2) is originalForeground | 38 PASS foregroundOf(select2) is originalForeground |
| 37 PASS backgroundOf(select2) is originalBackground | 39 PASS backgroundOf(select2) is originalBackground |
| 40 PASS foregroundOf(select3) is originalForeground |
| 41 PASS backgroundOf(select3) is originalBackground |
| 38 | 42 |
| OLD | NEW |