gtk2/tests/css/parser/declarations-valid-16.ref.css
Benjamin Otte d56e8c8e54 tests: Move declaration tests to new test infrastructure
This way, we can test more feature of them, in particular check for
different errors, which were causing test failures.
2011-07-21 02:43:54 +02:00

11 lines
232 B
CSS

* {
border-bottom-left-radius: 10;
border-bottom-right-radius: 10;
border-bottom-width: 5;
border-left-width: 5;
border-right-width: 5;
border-top-left-radius: 10;
border-top-right-radius: 10;
border-top-width: 5;
}