summaryrefslogtreecommitdiff
path: root/test/data/parse2/INDEX
Commit message (Collapse)AuthorAgeFilesLines
* Some tweaks to the background-position parser, which will theoretically make ↵John Mark Bell2009-06-181-0/+1
| | | | | | | | it do the right thing when invoked by shorthand property parser, say. Some more tests for illegal background-position values, to make sure I haven't screwed up. svn path=/trunk/libcss/; revision=7859
* Discard selectors that contain pseudo elements in non-terminal simple selectors.John Mark Bell2009-02-141-0/+1
| | | | | | More test data for selectors with pseudo elements svn path=/trunk/libcss/; revision=6473
* Test data for EOF in strange places.John Mark Bell2009-01-221-0/+1
| | | | | | Fix EOF handling in the core parser. svn path=/trunk/libcss/; revision=6164
* Tests for malformed declarations.Michael Drake2009-01-201-2/+6
| | | | svn path=/trunk/libcss/; revision=6154
* Another test harness for parser tests. This one compares the reserialised ↵John Mark Bell2009-01-191-0/+5
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