summaryrefslogtreecommitdiff
path: root/testsuite/reftests/label-shadows.css
blob: 5df0f4c2498bcbd799277d668067f90e35d5b6eb (plain)
1
2
3
4
5
6
7
8
GtkLabel {
  engine: none;
  text-shadow: 1px 1px red;
}

.no-shadow {
  text-shadow: none
}