summaryrefslogtreecommitdiff
path: root/test/data
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix \!important for opacity property.Michael Drake2012-01-271-0/+24
| | | | svn path=/trunk/libcss/; revision=13410
* @font-face support. Credit: James MontgomerieJohn Mark Bell2011-12-042-0/+143
| | | | | | Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244
* Add a few more tests.Michael Drake2011-09-031-0/+1782
| | | | svn path=/trunk/libcss/; revision=12706
* Add a few tests.Michael Drake2011-05-261-0/+33
| | | | svn path=/trunk/libcss/; revision=12446
* Fix selection testsJohn Mark Bell2011-03-121-12/+370
| | | | svn path=/trunk/libcss/; revision=12000
* CSS3 SelectorsJohn Mark Bell2011-01-313-0/+471
| | | | svn path=/trunk/libcss/; revision=11557
* Add support for opacity propertyJohn Mark Bell2011-01-292-0/+54
| | | | svn path=/trunk/libcss/; revision=11527
* Centralise handling of transparent colours.John Mark Bell2011-01-296-91/+297
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Use css_fixed for fixed-point arithmetic. Simplify HSL->RGB conversion a little.John Mark Bell2011-01-211-1/+17
| | | | | | Add test data for white and black svn path=/trunk/libcss/; revision=11437
* Add transparent keyword to colour value parsingVincent Sanders2011-01-211-0/+8
| | | | svn path=/trunk/libcss/; revision=11436
* improve accuracy of lightness and saturationVincent Sanders2011-01-211-1/+1
| | | | svn path=/trunk/libcss/; revision=11434
* mostly working integer implementationVincent Sanders2011-01-211-0/+114
| | | | svn path=/trunk/libcss/; revision=11431
* add hsl colour supportVincent Sanders2011-01-212-0/+11
| | | | svn path=/trunk/libcss/; revision=11429
* Add a few more selection tests.Michael Drake2011-01-201-156/+632
| | | | svn path=/trunk/libcss/; revision=11426
* Merge parser autogeneration and string handling refactor branch ↵Vincent Sanders2011-01-1910-0/+425
| | | | | | r=jmb,kinnison,vince svn path=/trunk/libcss/; revision=11408
* Add a few more selection tests.Michael Drake2011-01-191-0/+508
| | | | svn path=/trunk/libcss/; revision=11387
* Slightly more selection test coverage.Michael Drake2010-12-301-0/+76
| | | | svn path=/trunk/libcss/; revision=11173
* Add support for rgba() colours. Thanks jmb.Michael Drake2010-12-051-0/+16
| | | | svn path=/trunk/libcss/; revision=10993
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-0411-209/+209
| | | | svn path=/trunk/libcss/; revision=10987
* Remove Aliases file.Michael Drake2010-12-041-302/+0
| | | | svn path=/trunk/libcss/; revision=10986
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-281-0/+8
| | | | svn path=/trunk/libcss/; revision=10856
* Make libcss suitable for the new libwapcaplet behaviour.Daniel Silverstone2010-03-281-2/+2
| | | | svn path=/trunk/libcss/; revision=10168
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-223-108/+24
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-213-0/+110
| | | | 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
* Regression test for quotes bytecode execution in cascade_quotes.John Mark Bell2009-07-301-0/+85
| | | | svn path=/trunk/libcss/; revision=8913
* Provide accessor for computed value of display assuming static position.John Mark Bell2009-07-151-1/+1
| | | | | | Modify css_computed_display to follow $9.7. svn path=/trunk/libcss/; revision=8568
* Compute absolute values for all length properties.John Mark Bell2009-07-041-25/+25
| | | | | | | Make initial border-*-color match the computed color. Compute correct value of display/float wrt position. svn path=/trunk/libcss/; revision=8317
* Move quotes property into common style block.John Mark Bell2009-07-041-4/+0
| | | | svn path=/trunk/libcss/; revision=8307
* Query client for initial values of color, font-family, quotes, and ↵John Mark Bell2009-07-041-8/+8
| | | | | | voice-family properties. svn path=/trunk/libcss/; revision=8306
* Fix test data:John Mark Bell2009-06-301-6/+24
| | | | | | | Test 4 is testing the root node, so needs to compare against a fully computed style. The paragraph node in test 5 is the first child of its parent, so the background colour is expected to be as specified. svn path=/trunk/libcss/; revision=8210
* Update testdata.Michael Drake2009-06-301-0/+1
| | | | svn path=/trunk/libcss/; revision=8200
* More test data changes.Michael Drake2009-06-301-4/+23
| | | | svn path=/trunk/libcss/; revision=8188
* Fix tests.Michael Drake2009-06-301-27/+25
| | | | svn path=/trunk/libcss/; revision=8186
* Fix tests.Michael Drake2009-06-301-0/+12
| | | | svn path=/trunk/libcss/; revision=8183
* Delete unset color and border color because they'll be inherit.Michael Drake2009-06-301-15/+0
| | | | svn path=/trunk/libcss/; revision=8182
* Fix test.Michael Drake2009-06-301-5/+5
| | | | svn path=/trunk/libcss/; revision=8181
* Enable selector tests. Update tests.Michael Drake2009-06-301-19/+232
| | | | svn path=/trunk/libcss/; revision=8180
* 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