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