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