summaryrefslogtreecommitdiff
path: root/tests/css/parser/declarations-valid-20.ref.css
blob: d9d6c17144ec0b84f54ffa70cee6798cdaff2395 (plain)
1
2
3
* {
  background-image: -gtk-gradient (linear, left center, center bottom, from (rgb(255,255,255)), color-stop (0.5, rgb(255,0,0)), to (rgb(0,0,0)));
}