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

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