summaryrefslogtreecommitdiff
path: root/test/data
Commit message (Expand)AuthorAgeFilesLines
* @import tests and support in the test harness.John Mark Bell2009-01-141-13/+12
* at-rule test data. Only @charset for now.John Mark Bell2009-01-142-0/+25
* More selector tests.John Mark Bell2009-01-131-0/+181
* Make the automated parser test harness compare selectorsJohn Mark Bell2009-01-132-0/+141
* Point in the direction of the bytecode documentation before someone complains...John Mark Bell2009-01-121-1/+2
* Document testdata formatJohn Mark Bell2009-01-121-0/+48
* Testcase for colour specifiers. Should cover most things.John Mark Bell2009-01-121-0/+19
* Something approximating the beginnings of an automated test harness for the p...John Mark Bell2009-01-122-0/+28
* Fix rounding when fractional part is close to 1.John Mark Bell2008-11-241-0/+6
* Fix number parsing and make test code automatically determine correctness.John Mark Bell2008-11-241-8/+94
* Some kind of testsuite for number parsing.John Mark Bell2008-11-232-0/+53
* Support signs on numbers, percentages, and dimensionsJohn Mark Bell2008-10-272-0/+49
* Add test case for broken comment in rule on haiku-os site.Michael Drake2008-08-282-0/+32
* Make selector token vector be associated with the ruleset, rather than having...John Mark Bell2008-08-051-1/+1
* Fix handling of empty strings.John Mark Bell2008-08-012-0/+5
* Fix at-rule processing.John Mark Bell2008-07-312-1/+9
* Something approximating recovery from malformed at-rules.John Mark Bell2008-07-311-0/+1
* Improve recovery from malformed declarationsJohn Mark Bell2008-07-311-0/+3
* Implement error recovery for malformed declarations.John Mark Bell2008-07-302-0/+9
* Implement the first-stage parser.John Mark Bell2008-07-302-0/+11
* Correctly process unterminated strings.John Mark Bell2008-06-261-0/+86
* A more complex test, taken from the CSS3 syntax moduleJohn Mark Bell2008-05-052-0/+30
* Match expected token data with that output by the lexer.John Mark Bell2008-05-051-1/+1
* Fix testdriver to accept # in inputJohn Mark Bell2008-05-031-0/+608
* Testdriver for automated lexer tests. This needs a little more work to verify...John Mark Bell2008-05-012-0/+13
* Import beginnings of a CSS parsing library.John Mark Bell2008-05-017-0/+53198