Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / selectors3 / xml / css3-modsel-76.css
blobca60cd45bfd60c4e3e87bad443b000df613054f9
1 .red { background-color : red }
2 p:not(:nth-last-of-type(3)) { background-color : lime }
3 dl > *:not(:nth-last-of-type(3n+1)) { background-color : lime }