{ "description": "Selectors - NEGATED :nth-last-child() pseudo-class (css3-modsel-74b)", "selectors": { ".green": "css3-modsel-74b.expected0.html", "ul > li:not(:nth-last-child(odd))": "css3-modsel-74b.expected1.html", "ol > li:not(:nth-last-child(even))": "css3-modsel-74b.expected2.html", "table.t1 tr:not(:nth-last-child(-n+4))": "css3-modsel-74b.expected3.html", "table.t2 td:not(:nth-last-child(3n+1))": "css3-modsel-74b.expected4.html", "table.t1 td, table.t2 td": "css3-modsel-74b.expected5.html" }, "src": "css3-modsel-74b.src.html" }