summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/invalidation/nth-child-of-in-shadow-root-ref.html
blob: f28d358cdc53d71501fd35c0c6dc2db41e042b2b (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<title>CSS Selectors Invalidation: :nth-child(... of class) within shadow root</title>
<link rel="author" title="Steinar H. Gunderson" href="sesse@chromium.org">
<link rel="help" href="https://w3c.github.io/csswg-drafts/selectors-4/#child-index">
<div>
  <div>No green</div>
  <div>No green</div>
  <div style="color: green">Should be green</div>
</div>