summaryrefslogtreecommitdiff
path: root/tests/css/parser/shorthand.ref.css
blob: e592a7dd006c253f95707be6e67b910523bf4006 (plain)
1
2
3
4
5
6
a {
  border-bottom-width: 3em;
  border-left-width: 2pt;
  border-right-width: 2pt;
  border-top-width: 1pc;
}