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