]> Pileus Git - ~andy/gtk/blob - tests/css/parser/shorthand.ref.css
tests: Add parser test for shorthands
[~andy/gtk] / tests / css / parser / shorthand.ref.css
1 a {
2   border-bottom-width: 3;
3   border-left-width: 2;
4   border-right-width: 2;
5   border-top-width: 1;
6 }