nth-last-child-when-sibling-changes-ref.html (361B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>CSS Test Reference</title> 4 <div> 5 <p>Ignored</p> 6 <p>Odd; used to be green, should not be since no sibling</p> 7 <p>Even, so should not be green</p> 8 <p>Odd, but no sibling, so should not be green</p> 9 <p>Even, so should not be green</p> 10 <p>Ignored</p> 11 <p style="color: green">Odd, should be green</p> 12 </div>