OLD | NEW |
1 These two links should be different colors (green and orange): | 1 These two links should be different colors (green and orange): |
2 | 2 |
3 One Two | 3 One Two |
4 FAIL firstStyle.color did not become different from secondStyle.color in 0.5 sec
onds. | 4 FAIL firstStyle.color did not become different from rgb(0, 128, 0) in 0.5 second
s. |
5 FAIL firstStyle.backgroundColor did not become different from secondStyle.backgr
oundColor in 0.5 seconds. | 5 FAIL firstStyle.backgroundColor did not become different from rgb(255, 255, 255)
in 0.5 seconds. |
6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
7 | 7 |
8 TEST COMPLETE | 8 TEST COMPLETE |
9 | 9 |
OLD | NEW |