| OLD | NEW |
| 1 Test that outline-color is non-inherit and currentColor is handled correctly. | 1 Test that outline-color is non-inherit and currentColor is handled correctly. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS getComputedStyle(test1).outlineColor is "rgb(0, 128, 0)" | 6 PASS getComputedStyle(test1).outlineColor is "rgb(0, 128, 0)" |
| 7 PASS getComputedStyle(test2).outlineColor is "rgb(0, 128, 0)" | 7 PASS getComputedStyle(test2).outlineColor is "rgb(0, 128, 0)" |
| 8 PASS getComputedStyle(test3).outlineColor is "rgb(0, 128, 0)" | 8 PASS getComputedStyle(test3).outlineColor is "rgb(0, 128, 0)" |
| 9 PASS getComputedStyle(test4).outlineColor is "rgb(0, 128, 0)" |
| 9 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
| 10 | 11 |
| 11 TEST COMPLETE | 12 TEST COMPLETE |
| 12 | 13 |
| OLD | NEW |