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