chromium/third_party/blink/web_tests/css3/selectors3/xml/css3-modsel-75b.css

.green { background-color : lime ! important }
p:not(:nth-of-type(3)) { background-color : red }
dl > *:not(:nth-of-type(3n+1)) { background-color : red }