summaryrefslogtreecommitdiff
path: root/testsuite/css/parser/shorthand.css
blob: a61393a18e575eb9f078e8cf58fa4c6610ead86a (plain)
1
2
3
4
5
/* need to use an existing shorthand, the public API doesn't
 * allow custom ones */
a {
  border-width: 1pc 2pt 3em;
}