summaryrefslogtreecommitdiff
path: root/test/parse-auto.c
Commit message (Collapse)AuthorAgeFilesLines
* Most of the interned string lifetimes are at least no shorter than we think ↵Daniel Silverstone2009-02-151-1/+1
| | | | | | they ought to be. svn path=/trunk/libcss/; revision=6532
* Quirks mode parsingJohn Mark Bell2009-02-151-10/+15
| | | | svn path=/trunk/libcss/; revision=6519
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-22/+27
| | | | | | | | | 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-9/+35
| | | | | | 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
* Distinguish between pseudo classes and pseudo elementsJohn Mark Bell2009-02-101-1/+2
| | | | svn path=/trunk/libcss/; revision=6406
* Squash warningsJohn Mark Bell2009-01-201-3/+3
| | | | svn path=/trunk/libcss/; revision=6149
* Dump unexpected bytecodeJohn Mark Bell2009-01-161-0/+6
| | | | svn path=/trunk/libcss/; revision=6081
* Support pointers in the expected bytecode.John Mark Bell2009-01-141-9/+99
| | | | | | Add a simple test that uses this functionality. svn path=/trunk/libcss/; revision=6065
* @import tests and support in the test harness.John Mark Bell2009-01-141-4/+9
| | | | svn path=/trunk/libcss/; revision=6063
* Add support for non-selector rule types (currently only charset rules)John Mark Bell2009-01-141-41/+91
| | | | svn path=/trunk/libcss/; revision=6060
* Make the automated parser test harness compare selectorsJohn Mark Bell2009-01-131-1/+154
| | | | | | Some testdata for selectors svn path=/trunk/libcss/; revision=6055
* Something approximating the beginnings of an automated test harness for the ↵John Mark Bell2009-01-121-0/+297
parser. svn path=/trunk/libcss/; revision=6049