summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/selectors/invalidation/nth-child-in-shadow-root-ref.html
blob: 5e9600ad0e1c751ff37a9fe8d74ffe04b03b264b (plain)
1
2
3
4
5
6
7
<!doctype html>
<meta charset=utf-8>
<title>CSS Test Reference</title>
<div>
  <div style="color: green">Should be green</div>
  <div style="color: red">Should be red</div>
</div>