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

7 lines
112 B
CSS

a {
border-bottom-width: 3em;
border-left-width: 2pt;
border-right-width: 2pt;
border-top-width: 1pc;
}