summaryrefslogtreecommitdiff
path: root/test/parse2-auto.c
Commit message (Collapse)AuthorAgeFilesLines
* Quirks mode parsingJohn Mark Bell2009-02-151-1/+1
| | | | svn path=/trunk/libcss/; revision=6519
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-3/+7
| | | | | | | | | It passes the tests, perhaps we need more of them. Lifetimes of lwc_string objects really need attention before we can consider this finished. svn path=/trunk/libcss/; revision=6517
* Rework handling of imported stylesheets.John Mark Bell2009-02-141-1/+1
| | | | | | No longer is the client called back mid-parse. Instead, they must acquire details of and process imported stylesheets after css_stylesheet_data_done() has been called on the parent sheet. The return code of css_stylesheet_data_done() informs the client of the need to process imported sheets. svn path=/trunk/libcss/; revision=6504
* Squash warningsJohn Mark Bell2009-01-201-2/+2
| | | | svn path=/trunk/libcss/; revision=6149
* Purge stylesheet dumping code from the library.John Mark Bell2009-01-191-2035/+1
| | | | | | | Create a common header for the test harnesses to use, instead. Fix z-index dumping while we're at it. svn path=/trunk/libcss/; revision=6146
* Another test harness for parser tests. This one compares the reserialised ↵John Mark Bell2009-01-191-0/+2235
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