tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / css3-nth-tokens-style-expected.txt
1 This test passes if the nth-of-type can accept a parameter that is an+b, odd or even. But it does not accept any other parameter.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 debug("These spans should alternate red and green");
7 span span span span span span span span
8 debug("These spans should alternate red and green");
9 span span span span span span span span
10 debug("These spans should be black");
11 span span span span span span span span
12 debug("These spans should be black");
13 span span span span span span span span
14
15 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
16 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
17 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(255, 0, 0)'
18 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 128, 0)'
19 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 0, 0)'
20 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 0, 0)'
21 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 0, 0)'
22 PASS document.defaultView.getComputedStyle(el, null).getPropertyValue('color') is 'rgb(0, 0, 0)'
23 PASS successfullyParsed is true
24
25 TEST COMPLETE
26