summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/invalidation/nth-child-of-in-ancestor-ref.html
blob: bc7ecb9ff7c1f7b16f13f2e062b378de24ff613a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset="utf-8" />
<title>CSS Selectors Invalidation: :nth-child(... of class) as ancestor</title>
<link rel="author" title="Steinar H. Gunderson" href="sesse@chromium.org">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#child-index">
<div>
  <p>Not <span style="color: green">ignored</span></p>
  <p>Selectively <span>ignored<span></p>
  <p>Not <span>ignored</span></p>
  <p>Not <span style="color: green">ignored</span></p>
  <p>Not <span>ignored</span></p>
  <p>Ignored</p>
</div>