[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / css3 / parsing-css3-nthchild-expected.txt
1 SUCCESS
2
3 Rules from the stylesheet:
4
5 #a:nth-child(n-1) { color: green; }
6 #b:nth-child(n- 10) { color: green; }
7 #g:nth-child(-n-1) { color: green; }
8 #h:nth-child(-n- 10) { color: green; }
9 #n:nth-child(-n
10     - 1) { color: green; }
11 #o:nth-child(-n
12     +13) { color: green; }
13 Expected result:
14
15 #a:nth-child(n-1) { color: green; }
16 #b:nth-child(n- 10) { color: green; }
17 #g:nth-child(-n-1) { color: green; }
18 #h:nth-child(-n- 10) { color: green; }
19 #n:nth-child(-n
20     - 1) { color: green; }
21 #o:nth-child(-n
22     +13) { color: green; }
23