summaryrefslogtreecommitdiff
path: root/test/data/parse2/tests1.dat
Commit message (Collapse)AuthorAgeFilesLines
* Unit tests: Add non-integer NUMBER parsing test.Michael Drake2017-09-201-0/+8
|
* Tests: Add parser tests for box-sizing.Michael Drake2017-04-271-0/+33
|
* Improve src/parse/important.c coverage to 98.4%Michael Drake2014-07-241-0/+8
|
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-041-1/+1
| | | | svn path=/trunk/libcss/; revision=10987
* A few inherit tests.Michael Drake2009-06-271-0/+71
| | | | svn path=/trunk/libcss/; revision=8072
* Move old shorthands test into margin test. Add a few general tests.Michael Drake2009-06-271-0/+22
| | | | svn path=/trunk/libcss/; revision=8047
* Fix dumping of cursor values.John Mark Bell2009-02-111-0/+9
| | | | | | Testcase for this. svn path=/trunk/libcss/; revision=6437
* Double property test.Michael Drake2009-01-201-0/+9
| | | | svn path=/trunk/libcss/; revision=6150
* Another test harness for parser tests. This one compares the reserialised ↵John Mark Bell2009-01-191-0/+31
output, thus allowing us to sensibly test handling of invalid input and suchlike. Also, some rudimentary tests using this harness, and some documentation of the test data format. This doesn't use the dumping code from the library itself, as that's likely to disappear. svn path=/trunk/libcss/; revision=6144