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