summaryrefslogtreecommitdiff
path: root/testsuite/reftests/style-context-save-inheritance.css
blob: 3f3630c06ed01d787081339bda879dbb8fc40b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import "reset-to-defaults.css";

.background {
  color: red;
}

GtkLabel {
  color: green;
}

GtkLabel:link,
GtkLabel:visited {
  color: inherit;
}

#reference, #reference * {
  color: green;
}