negated-nth-child-when-ancestor-changes-ref.html (256B)
1 <!doctype html> 2 <meta charset="utf-8" /> 3 <div> 4 <p style="color: green">Negated</p> 5 <p style="color: green">Not ignored</p> 6 <p>Not ignored</p> 7 <p style="color: green">Not ignored</p> 8 <p>Not ignored</p> 9 <p style="color: green">Negated</p> 10 </div>