summaryrefslogtreecommitdiff
path: root/test/data/parse2
Commit message (Collapse)AuthorAgeFilesLines
* Add a few tests.Michael Drake2011-05-261-0/+33
| | | | svn path=/trunk/libcss/; revision=12446
* Centralise handling of transparent colours.John Mark Bell2011-01-293-0/+82
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-199-0/+401
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-047-175/+175
| | | | svn path=/trunk/libcss/; revision=10987
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-69/+0
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+70
| | | | svn path=/trunk/libcss/; revision=9378
* More rigorous handling of EOF.John Mark Bell2009-07-311-0/+119
| | | | | | Expand test data for this. svn path=/trunk/libcss/; revision=8931
* 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-273-0/+361
| | | | 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
* Tests for background property.Michael Drake2009-06-262-1/+211
| | | | svn path=/trunk/libcss/; revision=8028
* 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-262-0/+113
| | | | | | to fail. svn path=/trunk/libcss/; revision=8019
* 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
* Support named colours.John Mark Bell2009-04-012-78/+76
| | | | | | Fix malformed declaration test data -- everything up to and including the next semicolon is dropped on the floor. svn path=/trunk/libcss/; revision=7020
* Discard selectors that contain pseudo elements in non-terminal simple selectors.John Mark Bell2009-02-142-0/+25
| | | | | | More test data for selectors with pseudo elements svn path=/trunk/libcss/; revision=6473
* Fix dumping of cursor values.John Mark Bell2009-02-111-0/+9
| | | | | | Testcase for this. svn path=/trunk/libcss/; revision=6437
* More font and voice family tests.Michael Drake2009-01-261-0/+39
| | | | svn path=/trunk/libcss/; revision=6279
* 0.1em is a perfectly legitimate word-spacingJohn Mark Bell2009-01-251-0/+1
| | | | svn path=/trunk/libcss/; revision=6260
* Fix test data for voice-family. This probably also wants to test with ↵John Mark Bell2009-01-241-3/+3
| | | | | | appropriate idents for voices, rather than just being a copy of the font-family tests. svn path=/trunk/libcss/; revision=6257
* CSS is case insensitive. Thus, HiDDen == hidden, and is a valid identifier.John Mark Bell2009-01-241-0/+1
| | | | svn path=/trunk/libcss/; revision=6256
* vertical-align: top is valid inputJohn Mark Bell2009-01-241-0/+1
| | | | svn path=/trunk/libcss/; revision=6255
* Test cases for margin shorthand property.Michael Drake2009-01-241-0/+61
| | | | svn path=/trunk/libcss/; revision=6253
* More CSS tests. All props tested.Michael Drake2009-01-241-0/+510
| | | | svn path=/trunk/libcss/; revision=6249
* More CSS tests.Michael Drake2009-01-241-0/+190
| | | | svn path=/trunk/libcss/; revision=6248
* More tests.Michael Drake2009-01-241-11/+46
| | | | svn path=/trunk/libcss/; revision=6247
* More tests.Michael Drake2009-01-241-0/+288
| | | | svn path=/trunk/libcss/; revision=6246
* More tests.Michael Drake2009-01-241-0/+189
| | | | svn path=/trunk/libcss/; revision=6244
* +50 is a valid numberJohn Mark Bell2009-01-241-0/+1
| | | | svn path=/trunk/libcss/; revision=6241
* More tests.Michael Drake2009-01-241-8/+169
| | | | svn path=/trunk/libcss/; revision=6238
* More tests.Michael Drake2009-01-241-0/+434
| | | | svn path=/trunk/libcss/; revision=6237
* Assume that the non-united zero length rule applies to all values that parse ↵John Mark Bell2009-01-241-0/+2
| | | | | | to be zero, and not just verbatim '0'. svn path=/trunk/libcss/; revision=6234
* Fix max-height testJohn Mark Bell2009-01-241-43/+44
| | | | | | | Comment out outline-color tests that rely on named colours working Add semicolon svn path=/trunk/libcss/; revision=6231
* More tests.Michael Drake2009-01-241-0/+203
| | | | svn path=/trunk/libcss/; revision=6225
* More tests.Michael Drake2009-01-241-2/+474
| | | | svn path=/trunk/libcss/; revision=6223
* More tests.Michael Drake2009-01-241-8/+358
| | | | svn path=/trunk/libcss/; revision=6221
* A couple more test cases exercising EOF in block-content and illegal tokens ↵John Mark Bell2009-01-242-0/+28
| | | | | | at the start of ruleset-end. svn path=/trunk/libcss/; revision=6212
* Fix expected value -- idents that don't match the pre-defined ones are ↵John Mark Bell2009-01-231-0/+1
| | | | | | converted to strings. svn path=/trunk/libcss/; revision=6210
* Fix test data somewhatJohn Mark Bell2009-01-231-0/+4
| | | | svn path=/trunk/libcss/; revision=6208
* Fix test data -- non integer values will always be printed to 3dp.John Mark Bell2009-01-231-2/+2
| | | | svn path=/trunk/libcss/; revision=6207
* Some more test cases.Michael Drake2009-01-231-0/+427
| | | | svn path=/trunk/libcss/; revision=6204