yael.aharon@nokia.com | b392a81 | 2011-01-05 02:21:00 +0000 | [diff] [blame] | 1 | This test passes if the nth-of-type(3n + 1) is parsed correctly, regardless of the whitespaces. |
| 2 | |
| 3 | On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| 4 | |
| 5 | |
| 6 | PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)' |
| 7 | PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)' |
| 8 | PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('background-color') is 'rgb(255, 0, 0)' |
| 9 | PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('background-color') is 'rgb(0, 128, 0)' |
| 10 | PASS successfullyParsed is true |
| 11 | |
| 12 | TEST COMPLETE |
| 13 | |