| 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 | |
| 17 PASS successfullyParsed is true | 16 PASS successfullyParsed is true |
| 18 | 17 |
| 19 TEST COMPLETE | 18 TEST COMPLETE |
| 20 This style is "color: red" | 19 This style is "color: red" |
| 21 This style is "color: FF0000" | 20 This style is "color: FF0000" |
| 22 This style is "color: #FF0000" | 21 This style is "color: #FF0000" |
| 23 This style is "color: F00" | 22 This style is "color: F00" |
| 24 This style is "color: #F00" | 23 This style is "color: #F00" |
| 25 This style is "color: #red" | 24 This style is "color: #red" |
| 26 This style is "color: #yellow" | 25 This style is "color: #yellow" |
| 27 This style is "color: #green" | 26 This style is "color: #green" |
| 28 This style is "color: #FFAALL" | 27 This style is "color: #FFAALL" |
| 29 This style is "color: #FF000000" | |
| 30 This style is "color: #\#" | 28 This style is "color: #\#" |
| OLD | NEW |