summaryrefslogtreecommitdiff
path: root/test/data/parse/properties.dat
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Add box-sizing bytecode unit tests.Michael Drake2017-04-271-0/+58
|
* Improve src/parse/important.c coverage to 98.4%Michael Drake2014-07-241-0/+441
|
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-5/+41
| | | | | | | | Now, overflow is a shorthand property setting both overflow-x and overflow-y. The getter for the computed overflow has been removed, and replaced with two for overflow-x and overflow-y.
* Add tests for writing-mode. Update selection tests to handle writing-mode.Michael Drake2013-09-101-0/+52
|
* Add support for parsing CSS3 Multi-column layout properties:Michael Drake2012-01-281-0/+444
| | | | | | | | | | | | | | | | | | + break-after + break-before + break-inside + column-count + column-fill + column-gap + column-rule-color + column-rule-style + column_rule-width + column_span + column_width TODO: Shorthand properties (columns, column-rule) TODO: Selection svn path=/trunk/libcss/; revision=13412
* Centralise handling of transparent colours.John Mark Bell2011-01-291-1/+33
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* add hsl colour supportVincent Sanders2011-01-211-0/+10
| | | | svn path=/trunk/libcss/; revision=11429
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-041-6/+6
| | | | svn path=/trunk/libcss/; revision=10987
* Fix destruction of bytecode for the clip property.John Mark Bell2010-09-281-0/+8
| | | | svn path=/trunk/libcss/; revision=10856
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-36/+24
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+37
| | | | svn path=/trunk/libcss/; revision=9378
* 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-251-0/+65
| | | | | | 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
* Purge side bits. These cause more trouble than they're worth, and it's not ↵John Mark Bell2009-02-101-446/+461
| | | | | | as if there's a dearth of opcode space. svn path=/trunk/libcss/; revision=6410
* outline-style: hidden is invalid, so remove it from the bytecode testsJohn Mark Bell2009-01-241-8/+0
| | | | svn path=/trunk/libcss/; revision=6235
* Fix test data -- counter-reset defaults to 0, not 1.John Mark Bell2009-01-231-4/+4
| | | | svn path=/trunk/libcss/; revision=6202
* Fix test data for voice-family with ident list -- documentation was wrong.John Mark Bell2009-01-181-1/+1
| | | | svn path=/trunk/libcss/; revision=6137
* Fix text-indent test data -- missing 0John Mark Bell2009-01-181-1/+1
| | | | svn path=/trunk/libcss/; revision=6136
* Fix play-during test data -- modifiers must appear *after* the URIJohn Mark Bell2009-01-181-5/+5
| | | | svn path=/trunk/libcss/; revision=6129
* Fix test data for pause-{after,before} -- default time units are seconds, ↵John Mark Bell2009-01-181-3/+3
| | | | | | not milliseconds. svn path=/trunk/libcss/; revision=6126
* Fix page-break-inside test data -- documentation was wrong.John Mark Bell2009-01-181-2/+2
| | | | svn path=/trunk/libcss/; revision=6125
* Fix expected bytecode for font-family with ident list.John Mark Bell2009-01-181-16/+8
| | | | | | Remove upper-greek from list-style-type -- documentation was wrong. svn path=/trunk/libcss/; revision=6124
* Test cases for properties 50 to 53. (All properties now have test cases.)Michael Drake2009-01-171-0/+88
| | | | svn path=/trunk/libcss/; revision=6118
* Test cases for properties 40 to 4f.Michael Drake2009-01-171-9/+689
| | | | svn path=/trunk/libcss/; revision=6117
* Test cases for properties 30 to 3f.Michael Drake2009-01-171-0/+569
| | | | svn path=/trunk/libcss/; revision=6114
* Tes cases for properties 20 to 2f.Michael Drake2009-01-171-1/+608
| | | | svn path=/trunk/libcss/; revision=6113
* Test cases for properties 1b - 1f.Michael Drake2009-01-171-0/+340
| | | | svn path=/trunk/libcss/; revision=6112
* Make makefixed.pl round to nearest integer, rather than truncating towards zero.John Mark Bell2009-01-171-0/+8
| | | | | | Add a test for negative fractions to properties.dat svn path=/trunk/libcss/; revision=6110
* Also munge the expected output to cater for slight oddity in float parsingJohn Mark Bell2009-01-161-1/+1
| | | | svn path=/trunk/libcss/; revision=6108
* Hm, for some reason, we're encoding 0.785 as 0x324, whereas makefixed.pl ↵John Mark Bell2009-01-161-1/+1
| | | | | | converts it to 0x323. This needs looking at. For now, munge the testdata so the test passes. svn path=/trunk/libcss/; revision=6106
* Fix test dataJohn Mark Bell2009-01-161-3/+3
| | | | svn path=/trunk/libcss/; revision=6105
* Test cases for 00 property.Michael Drake2009-01-161-0/+120
| | | | svn path=/trunk/libcss/; revision=6103
* s/ptr/PTR/gJohn Mark Bell2009-01-161-2/+2
| | | | svn path=/trunk/libcss/; revision=6102
* Test cases for properties 15 - 1a.Michael Drake2009-01-161-0/+432
| | | | svn path=/trunk/libcss/; revision=6101
* Fix test dataJohn Mark Bell2009-01-161-4/+4
| | | | svn path=/trunk/libcss/; revision=6100
* Fix test data.John Mark Bell2009-01-161-9/+9
| | | | | | Don't use non UTF-8 encoded characters in the test data. Things get confused. svn path=/trunk/libcss/; revision=6099
* Test cases for 13 & 14.Michael Drake2009-01-161-0/+40
| | | | svn path=/trunk/libcss/; revision=6096
* Test cases for 10 - 12.Michael Drake2009-01-161-0/+229
| | | | svn path=/trunk/libcss/; revision=6094
* Fix test dataJohn Mark Bell2009-01-161-1/+1
| | | | svn path=/trunk/libcss/; revision=6090
* Tests for properties 0b to 0f.Michael Drake2009-01-161-0/+142
| | | | svn path=/trunk/libcss/; revision=6089
* Fix test dataJohn Mark Bell2009-01-161-5/+5
| | | | svn path=/trunk/libcss/; revision=6087
* Tests for properties 06 to 0a.Michael Drake2009-01-161-1/+216
| | | | svn path=/trunk/libcss/; revision=6086
* Make test valid and comment out possible quirk version.Michael Drake2009-01-161-1/+10
| | | | svn path=/trunk/libcss/; revision=6083
* Fix test data some more -- dimensions are <length,units>, not <units,length>John Mark Bell2009-01-161-6/+6
| | | | svn path=/trunk/libcss/; revision=6082
* Fix test dataJohn Mark Bell2009-01-161-9/+9
| | | | svn path=/trunk/libcss/; revision=6080
* Tests for properties 01 to 05.Michael Drake2009-01-161-0/+204
svn path=/trunk/libcss/; revision=6077