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