summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Outline and border tests.Michael Drake2009-06-273-0/+2327
* Test one more line.Michael Drake2009-06-271-0/+32
* More aural tests.Michael Drake2009-06-271-0/+346
* Comment out non-automated tests for now. Add some aural property tests.Michael Drake2009-06-274-3/+364
* Move old shorthands test into margin test. Add a few general tests.Michael Drake2009-06-273-61/+84
* A few more margin tests.Michael Drake2009-06-271-0/+41
* Tests for padding property.Michael Drake2009-06-272-1/+205
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-1/+1
* Tests for background property.Michael Drake2009-06-262-1/+211
* Support for parsing inline stylesJohn Mark Bell2009-06-264-10/+11
* Inherit tests. At least one currently fails.Michael Drake2009-06-261-0/+50
* Fix test data.Michael Drake2009-06-261-7/+7
* Tests for Margin shorthand prop. Comment out test that is currently expected ...Michael Drake2009-06-263-1/+114
* Nested block support.John Mark Bell2009-06-262-11/+93
* Fix test dataJohn Mark Bell2009-06-251-4/+2
* A few test cases for important. Not exactly sure how important is handled whe...Michael Drake2009-06-252-0/+81
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-4/+8
* Hacky increase to buffer size to stop overflow when dumping shorthand propert...John Mark Bell2009-06-191-3/+3
* Some tweaks to the background-position parser, which will theoretically make ...John Mark Bell2009-06-182-0/+22
* More tests (c.f. http://lists.w3.org/Archives/Public/www-style/2009Jun/0164.h...John Mark Bell2009-06-181-0/+88
* Fix tests for unicode escape sequences to actually have the correct expected ...John Mark Bell2009-05-261-5/+40
* Fix automated lexer test code to correctly handle escape sequences and the ab...John Mark Bell2009-05-261-2/+5
* More fread nonsenseJohn Mark Bell2009-04-171-2/+4
* And again.John Mark Bell2009-04-171-2/+4
* Pretend we care about fread/fwrite succeedingJohn Mark Bell2009-04-171-3/+7
* More c89ismsJohn Mark Bell2009-04-158-72/+86
* Support named colours.John Mark Bell2009-04-013-85/+83
* A couple of tests for CSS 2.1 issue 85 ('\'[\n\r(\r\n)] is not an escape sequ...John Mark Bell2009-03-281-0/+21
* Purge testrunnerJohn Mark Bell2009-03-261-167/+0
* Port to new test schemeJohn Mark Bell2009-03-251-2/+4
* Port to new buildsystemJohn Mark Bell2009-03-241-96/+3
* Implement set_*_from_hintJohn Mark Bell2009-03-231-1/+1
* Completely change the approach used for presentational hints.John Mark Bell2009-03-232-102/+118
* Fix test harness to actually stand a chance of working.John Mark Bell2009-03-221-3/+7
* Initialise variables.John Mark Bell2009-03-023-9/+11
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-1/+1
* Most of the interned string lifetimes are at least no shorter than we think t...Daniel Silverstone2009-02-151-1/+1
* Quirks mode parsingJohn Mark Bell2009-02-154-42/+58
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-148-241/+279
* Make fpmath stuff public.John Mark Bell2009-02-143-43/+43
* Test + selector.Michael Drake2009-02-141-0/+82
* Rework handling of imported stylesheets.John Mark Bell2009-02-145-20/+73
* Fix caption-side constantsJohn Mark Bell2009-02-141-4/+6
* Update expected data.Michael Drake2009-02-141-0/+48
* Dump bottom, caption-side, clear and clip.Michael Drake2009-02-141-0/+74
* Add missing colonsJohn Mark Bell2009-02-141-4/+4
* Dump border-style-* and border-width-* properties.Michael Drake2009-02-141-7/+276
* Move css_error_from_string into test utilitiesDaniel Silverstone2009-02-142-0/+35
* Pseudo classes are now matched by callbacks to the client. This is far saner,...John Mark Bell2009-02-142-48/+108
* Handle :first-child within libcssJohn Mark Bell2009-02-142-5/+33