gtk/tests/css/parser/shorthand.css
Benjamin Otte f22c986102 tests: Update CSS tests for borders
Borders now expect 'px'.
2012-02-02 03:14:00 +01:00

6 lines
120 B
CSS

/* need to use an existing shorthand, the public API doesn't
* allow custom ones */
a {
border-width: 1pc 2pt 3em;
}