summaryrefslogtreecommitdiff
path: root/tests/reftests/css-match-descendant-later.css
blob: 421b6d40aeaf175c3dbebc401f3eb63099c2ccc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
GtkEventBox {
  background-color: blue
}

GtkGrid GtkEventBox {
  background-color: red
}

GtkWindow > GtkGrid GtkEventBox {
  background-color: blue
}