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

.no-shadow {
  text-shadow: none;
}