Benjamin Otte
|
4322b69528
|
cssprovider: Return void, not TRUE
Parsing a css file always succeeds as CSS can recover from parsing
errors.
|
2016-10-17 17:41:03 +02:00 |
|
Matthias Clasen
|
c4ca671a9e
|
test-css-parser: Add a way to generate output
Use test-css-parser --generate foo.css to see the parser
output on stdout. This makes it more convenient to add new
css files to the testsuite.
|
2015-12-27 17:26:45 -05:00 |
|
Matthias Clasen
|
31f319d1c7
|
css parser test: Drop remaining made-up properties
These are not used anymore in any tests, and the css parser
doesn't support parsing custom properties anymore.
|
2015-12-21 14:53:09 -05:00 |
|
Matthias Clasen
|
0035d526c3
|
test-css-parser: Drop unused property
The rgba-property is no longer used in any tests, drop it.
|
2015-12-21 14:11:10 -05:00 |
|
Matthias Clasen
|
a21025e096
|
test-css-parser: Drop unused property
The border-property is no longer used in any tests, drop it.
|
2015-12-21 14:07:08 -05:00 |
|
Matthias Clasen
|
6d86ce516d
|
test-css-parser: Drop unused properties
We don't have any tests involving these style
properties, so don't install those.
|
2015-12-21 13:57:26 -05:00 |
|
Matthias Clasen
|
e014b89310
|
Move gtkthemingengine to deprecated directory
This is the place for wholly-deprecated sources.
|
2014-08-29 16:35:37 -04:00 |
|
Benjamin Otte
|
947cac2b85
|
testsuite: Don't leak in test runner
|
2014-02-23 15:40:46 +01:00 |
|
Matthias Clasen
|
c8a392612b
|
Use g_test_get_dir in test to locate files
This makes the tests work both installed and for make check.
|
2013-05-29 21:37:05 -04:00 |
|
Benjamin Otte
|
edde840513
|
build: Move tests/css to testsuite/css
|
2013-05-15 15:37:17 +02:00 |
|