Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-28.css
blob863b3d1e93f2e1e4e23915ffa143ea60666d9e6e
1 .red { background-color : red }
2 ul > li:nth-child(odd) { background-color : lime }
3 ol > li:nth-child(even) { background-color : lime }
4 table.t1 tr:nth-child(-n+4) { background-color : lime }
5 table.t2 td:nth-child(3n+1) { background-color : lime }