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