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