summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/invalidation/nth-last-child-of-in-ancestor-ref.html
blob: 21e6ae0f6f8c50a6d10f91b755cb35cf91713672 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<meta charset=utf-8>
<title>CSS Test Reference</title>
<div>
  <p>Ignored</p>
  <p>Not <span>ignored</span></p>
  <p>Not <span style="color: green">ignored</span></p>
  <p>Not <span>ignored</span></p>
  <p>Selectively <span>ignored</span></p>
  <p>Not <span style="color: green">ignored</span></p>
</div>