summaryrefslogtreecommitdiff
path: root/testsuite/reftests/pseudoclass-on-box.css
blob: bc636de270f67fd30cc88ad866816c2527b1b968 (plain)
1
2
3
4
5
6
7
:checked {
  color: blue;
}

:checked * {
  color: red;
}