summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/declarations-valid-17.ref.css
blob: 261af12cb5e94201b10178296de7868c36b677b6 (plain)
1
2
3
4
5
6
* {
  border-bottom-color: rgb(255,0,255);
  border-left-color: rgb(255,0,255);
  border-right-color: rgb(255,0,255);
  border-top-color: rgb(255,0,255);
}