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