summaryrefslogtreecommitdiff
path: root/tests/css/parser/declarations-valid-26.ref.css
blob: 4baf392ba486217e5f1e5d26eb9c33d779442cbf (plain)
1
2
3
4
* {
  background-color: rgba(0,0,0,0);
  color: rgb(255,0,0);
}