summaryrefslogtreecommitdiff
path: root/testsuite/css/style/test-css-style.c
Commit message (Collapse)AuthorAgeFilesLines
* stylecontext: Port to use display instead of screenBenjamin Otte2017-10-311-5/+5
|
* tests: Include system headers appropriatelyChun-wei Fan2017-07-211-0/+4
| | | | | | | Don't include unistd.h on Windows, and include the appropriate headers on Windows as necessary. https://bugzilla.gnome.org/show_bug.cgi?id=773299
* cssprovider: Return void, not TRUEBenjamin Otte2016-10-171-2/+1
| | | | | Parsing a css file always succeeds as CSS can recover from parsing errors.
* Use a custom theme for CSS style testsMatthias Clasen2016-01-031-0/+1
| | | | | | Use a custom, empty theme and stop importing reset-to-defaults.css. This avoids overwriting initial values, so our initial value filtering works better.
* Add a test framework for CSS stylesMatthias Clasen2016-01-031-0/+287
This uses the same function for dumping CSS nodes and styles as the CSS node test. It can be used to test aspects of inheritance and matching, as well as initial values. No actual tests yet.