{
"description": "Element content replacement - :nth-last-child() pseudo-class (css3-modsel-29)",
"selectors": {
".red": "css3-modsel-29.expected0.html",
"ul > li:nth-last-child(odd)": "css3-modsel-29.expected1.html",
"ol > li:nth-last-child(even)": "css3-modsel-29.expected2.html",
"table.t1 tr:nth-last-child(-n+4)": "css3-modsel-29.expected3.html",
"table.t2 td:nth-last-child(3n+1)": "css3-modsel-29.expected4.html"
},
"src": "css3-modsel-29.src.html"
}