summaryrefslogtreecommitdiff
path: root/testsuite/reftests/css-match-inherit.css
blob: b00d52761a80632bb83984874ac1b1dea4449fe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
* {
  color: inherit;
}

button {
  color: red;
}

.testinherit * {
  color: red;
}