summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix test.Michael Drake2009-06-301-5/+5
| | | | svn path=/trunk/libcss/; revision=8181
* Enable selector tests. Update tests.Michael Drake2009-06-302-20/+233
| | | | svn path=/trunk/libcss/; revision=8180
* Finish dumping of computed stylesJohn Mark Bell2009-06-301-42/+960
| | | | svn path=/trunk/libcss/; revision=8174
* More propertiesJohn Mark Bell2009-06-291-0/+204
| | | | svn path=/trunk/libcss/; revision=8164
* Dump more computed propertiesJohn Mark Bell2009-06-291-2/+175
| | | | svn path=/trunk/libcss/; revision=8163
* Dump clip, content, counter-{increment,reset}John Mark Bell2009-06-291-16/+210
| | | | svn path=/trunk/libcss/; revision=8161
* A few inherit tests.Michael Drake2009-06-271-0/+71
| | | | svn path=/trunk/libcss/; revision=8072
* List property tests.Michael Drake2009-06-272-0/+489
| | | | svn path=/trunk/libcss/; revision=8071
* Fix test dataJohn Mark Bell2009-06-271-36/+0
| | | | svn path=/trunk/libcss/; revision=8070
* Font property tests.Michael Drake2009-06-272-0/+729
| | | | svn path=/trunk/libcss/; revision=8068
* Outline and border tests.Michael Drake2009-06-273-0/+2327
| | | | svn path=/trunk/libcss/; revision=8063
* Test one more line.Michael Drake2009-06-271-0/+32
| | | | svn path=/trunk/libcss/; revision=8056
* More aural tests.Michael Drake2009-06-271-0/+346
| | | | svn path=/trunk/libcss/; revision=8054
* Comment out non-automated tests for now. Add some aural property tests.Michael Drake2009-06-274-3/+364
| | | | svn path=/trunk/libcss/; revision=8050
* Move old shorthands test into margin test. Add a few general tests.Michael Drake2009-06-273-61/+84
| | | | svn path=/trunk/libcss/; revision=8047
* A few more margin tests.Michael Drake2009-06-271-0/+41
| | | | svn path=/trunk/libcss/; revision=8045
* Tests for padding property.Michael Drake2009-06-272-1/+205
| | | | svn path=/trunk/libcss/; revision=8044
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-1/+1
| | | | svn path=/trunk/libcss/; revision=8035
* Tests for background property.Michael Drake2009-06-262-1/+211
| | | | svn path=/trunk/libcss/; revision=8028
* Support for parsing inline stylesJohn Mark Bell2009-06-264-10/+11
| | | | svn path=/trunk/libcss/; revision=8024
* Inherit tests. At least one currently fails.Michael Drake2009-06-261-0/+50
| | | | svn path=/trunk/libcss/; revision=8022
* Fix test data.Michael Drake2009-06-261-7/+7
| | | | svn path=/trunk/libcss/; revision=8020
* Tests for Margin shorthand prop. Comment out test that is currently expected ↵Michael Drake2009-06-263-1/+114
| | | | | | to fail. svn path=/trunk/libcss/; revision=8019
* Nested block support.John Mark Bell2009-06-262-11/+93
| | | | svn path=/trunk/libcss/; revision=8014
* Fix test dataJohn Mark Bell2009-06-251-4/+2
| | | | svn path=/trunk/libcss/; revision=7971
* A few test cases for important. Not exactly sure how important is handled ↵Michael Drake2009-06-252-0/+81
| | | | | | when not at end of declaration. Add some tests for azimuth:behind; since that was not tested. I'm not sure how the byte code is meant to handle behind, with no angle set. svn path=/trunk/libcss/; revision=7967
* Border and outline shorthand property parsersJohn Mark Bell2009-06-251-4/+8
| | | | svn path=/trunk/libcss/; revision=7956
* Hacky increase to buffer size to stop overflow when dumping shorthand ↵John Mark Bell2009-06-191-3/+3
| | | | | | properties. Please look away now. svn path=/trunk/libcss/; revision=7873
* Some tweaks to the background-position parser, which will theoretically make ↵John Mark Bell2009-06-182-0/+22
| | | | | | | | 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
* More tests (c.f. ↵John Mark Bell2009-06-181-0/+88
| | | | | | http://lists.w3.org/Archives/Public/www-style/2009Jun/0164.html) svn path=/trunk/libcss/; revision=7851
* Fix tests for unicode escape sequences to actually have the correct expected ↵John Mark Bell2009-05-261-5/+40
| | | | | | | | | | | values. Fix expected value for a CHAR containing solely a \. Add new tests for invalid unicode escape sequences (out-of-range, lonely surrogates, etc). Add test to ensure that \000D gets converted to \000A. Fix unicode escape sequence handling to pass the above tests. Also ensure it correctly handles the whitespace character after the escape sequence. svn path=/trunk/libcss/; revision=7549
* Fix automated lexer test code to correctly handle escape sequences and the ↵John Mark Bell2009-05-261-2/+5
| | | | | | absence of expected text. svn path=/trunk/libcss/; revision=7548
* More fread nonsenseJohn Mark Bell2009-04-171-2/+4
| | | | svn path=/trunk/libcss/; revision=7126
* And again.John Mark Bell2009-04-171-2/+4
| | | | svn path=/trunk/libcss/; revision=7125
* Pretend we care about fread/fwrite succeedingJohn Mark Bell2009-04-171-3/+7
| | | | svn path=/trunk/libcss/; revision=7124
* More c89ismsJohn Mark Bell2009-04-158-72/+86
| | | | svn path=/trunk/libcss/; revision=7100
* Support named colours.John Mark Bell2009-04-013-85/+83
| | | | | | Fix malformed declaration test data -- everything up to and including the next semicolon is dropped on the floor. svn path=/trunk/libcss/; revision=7020
* A couple of tests for CSS 2.1 issue 85 ('\'[\n\r(\r\n)] is not an escape ↵John Mark Bell2009-03-281-0/+21
| | | | | | sequence outside a string). We pass these, anyway, but it's worth ensuring that. svn path=/trunk/libcss/; revision=6965
* Purge testrunnerJohn Mark Bell2009-03-261-167/+0
| | | | svn path=/trunk/libcss/; revision=6891
* Port to new test schemeJohn Mark Bell2009-03-251-2/+4
| | | | svn path=/trunk/libcss/; revision=6872
* Port to new buildsystemJohn Mark Bell2009-03-241-96/+3
| | | | svn path=/trunk/libcss/; revision=6856
* Implement set_*_from_hintJohn Mark Bell2009-03-231-1/+1
| | | | | | Plug memory leaks. svn path=/trunk/libcss/; revision=6823
* Completely change the approach used for presentational hints.John Mark Bell2009-03-232-102/+118
| | | | | | | | This one stands a chance of working sanely. While this compiles, please don't expect it to link. svn path=/trunk/libcss/; revision=6820
* Fix test harness to actually stand a chance of working.John Mark Bell2009-03-221-3/+7
| | | | svn path=/trunk/libcss/; revision=6818
* Initialise variables.John Mark Bell2009-03-023-9/+11
| | | | | | Actually make disabling of CSS dumping work. svn path=/trunk/libcss/; revision=6670
* Some changes. No idea what they are, mind you.John Mark Bell2009-02-151-1/+1
| | | | svn path=/trunk/libcss/; revision=6536
* 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-154-42/+58
| | | | svn path=/trunk/libcss/; revision=6519
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-148-241/+279
| | | | | | | | | 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
* Make fpmath stuff public.John Mark Bell2009-02-143-43/+43
| | | | | | Un-inline string->fixed conversion routine. svn path=/trunk/libcss/; revision=6513