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

GtkButton {
  color: red;
}

.testinherit * {
  color: red;
}