| OLD | NEW |
| 1 This test checks hexadecimal color parsing. | 1 This test checks hexadecimal color parsing. |
| 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(div, null).color is red | 6 PASS getComputedStyle(div, null).color is red |
| 7 PASS getComputedStyle(div, null).color is red | 7 PASS getComputedStyle(div, null).color is red |
| 8 PASS getComputedStyle(div, null).color is red | 8 PASS getComputedStyle(div, null).color is red |
| 9 PASS getComputedStyle(div, null).color is red | 9 PASS getComputedStyle(div, null).color is red |
| 10 PASS getComputedStyle(div, null).color is red | 10 PASS getComputedStyle(div, null).color is red |
| 11 PASS getComputedStyle(div, null).color is black | 11 PASS getComputedStyle(div, null).color is black |
| 12 PASS getComputedStyle(div, null).color is black | 12 PASS getComputedStyle(div, null).color is black |
| 13 PASS getComputedStyle(div, null).color is black | 13 PASS getComputedStyle(div, null).color is black |
| 14 PASS getComputedStyle(div, null).color is black | 14 PASS getComputedStyle(div, null).color is black |
| 15 PASS getComputedStyle(div, null).color is black | 15 PASS getComputedStyle(div, null).color is black |
| 16 PASS getComputedStyle(div, null).color is black |
| 16 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
| 17 | 18 |
| 18 TEST COMPLETE | 19 TEST COMPLETE |
| 19 This style is "color: red" | 20 This style is "color: red" |
| 20 This style is "color: FF0000" | 21 This style is "color: FF0000" |
| 21 This style is "color: #FF0000" | 22 This style is "color: #FF0000" |
| 22 This style is "color: F00" | 23 This style is "color: F00" |
| 23 This style is "color: #F00" | 24 This style is "color: #F00" |
| 24 This style is "color: #red" | 25 This style is "color: #red" |
| 25 This style is "color: #yellow" | 26 This style is "color: #yellow" |
| 26 This style is "color: #green" | 27 This style is "color: #green" |
| 27 This style is "color: #FFAALL" | 28 This style is "color: #FFAALL" |
| 28 This style is "color: #FF000000" | 29 This style is "color: #FF000000" |
| 30 This style is "color: #\#" |
| OLD | NEW |