summaryrefslogtreecommitdiff
path: root/test/dump_computed.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-011-0/+24
| | | | | | | | https://www.w3.org/TR/SVGTiny12/painting.html#StrokeOpacityProperty This property is unique to SVG documents, but is otherwise analogous to the usual CSS "opacity" property (and the recently-added SVG fill-opacity property).
* Add support for SVG fill-opacity propertyMichael Orlitzky2023-10-011-0/+24
| | | | | | | https://www.w3.org/TR/SVGTiny12/painting.html#FillOpacityProperty This property is unique to SVG documents, but is otherwise analogous to the usual CSS "opacity" property.
* tests: Add tests for position:stickyMichael Drake2022-11-031-0/+3
|
* test: dump: Add support for display property grid valuesMichael Drake2022-10-291-0/+6
|
* Units: Remove units that nobody supports.Michael Drake2021-05-191-9/+0
|
* Tests: add tests for new length units.Lucas Neves2017-11-131-0/+39
|
* Fixes use of spaces instead of tabs for whitespace.Lucas Neves2017-10-211-61/+61
|
* Tests: Add support and selection tests for the flexbox properties.Lucas Neves2017-10-211-0/+277
|
* Strip trailing whitespace.Michael Drake2017-09-041-8/+8
|
* Tests: Dump box-sizing property in selection tests.Michael Drake2017-04-271-0/+21
|
* Dump break-* properties from computed styles, and update test data.Michael Drake2014-12-291-0/+105
|
* Add column-width to computed style dumping, and update test data.Michael Drake2014-12-061-0/+27
|
* Add column-span to computed style dump and update test data.Michael Drake2014-12-061-0/+19
|
* Add column-rule-width to computed style dump, and update unit tests.Michael Drake2014-11-161-0/+33
|
* Add column-rule-style to computed style dumper, and update unit tests.Michael Drake2014-11-161-0/+43
|
* Add column-rule-color to computed style dumper and update unit tests.Michael Drake2014-11-151-0/+17
|
* Add column-gap dumping to test rig, and update test data.Michael Drake2014-11-071-0/+27
|
* Add dumping of column-fill property to selection test rig. Update test data.Michael Drake2014-11-071-0/+19
|
* Update computed style dumper to dump column-count, and update test data.Michael Drake2014-10-041-3/+22
|
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-7/+32
| | | | | | | | 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.
* Update test dumpers to output writing-mode.Michael Drake2013-09-101-0/+22
|
* Fix cursor URL dump.Michael Drake2011-09-031-1/+1
| | | | svn path=/trunk/libcss/; revision=12705
* Fix caption-side dumpJohn Mark Bell2011-03-121-3/+3
| | | | svn path=/trunk/libcss/; revision=11998
* Make dump_computed do inheritsDaniel Silverstone2011-03-121-11/+241
| | | | svn path=/trunk/libcss/; revision=11995
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+21
| | | | svn path=/trunk/libcss/; revision=11527
* Centralise handling of transparent colours.John Mark Bell2011-01-291-25/+8
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* It turns out that using magic values for text-align is simpler than having ↵John Mark Bell2009-08-221-26/+9
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+26
| | | | svn path=/trunk/libcss/; revision=9378
* 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
* Move quotes property into common style block.John Mark Bell2009-07-041-0/+3
| | | | svn path=/trunk/libcss/; revision=8307
* Query client for initial values of color, font-family, quotes, and ↵John Mark Bell2009-07-041-6/+0
| | | | | | voice-family properties. svn path=/trunk/libcss/; revision=8306
* s/background-image/list-style-image/John Mark Bell2009-06-301-2/+2
| | | | svn path=/trunk/libcss/; revision=8189
* Introduce an initial value of border-*-color in the computed style.John Mark Bell2009-06-301-1/+15
| | | | | | When a style is composed, this will be resolved to whatever color: computed to. svn path=/trunk/libcss/; revision=8184
* 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
* Purge "colour" from the public API -- it's just confusingJohn Mark Bell2009-06-271-1/+1
| | | | svn path=/trunk/libcss/; revision=8035
* Initialise variables.John Mark Bell2009-03-021-4/+4
| | | | | | 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
* Port libcss to libwapcaplet.Daniel Silverstone2009-02-141-3/+3
| | | | | | | | | 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-141-2/+1
| | | | | | Un-inline string->fixed conversion routine. svn path=/trunk/libcss/; revision=6513
* Fix caption-side constantsJohn Mark Bell2009-02-141-4/+6
| | | | | | Surround clip with #if 0 as it doesn't compile and I'm too lazy to fix it. svn path=/trunk/libcss/; revision=6500
* Dump bottom, caption-side, clear and clip.Michael Drake2009-02-141-0/+74
| | | | svn path=/trunk/libcss/; revision=6498
* Add missing colonsJohn Mark Bell2009-02-141-4/+4
| | | | svn path=/trunk/libcss/; revision=6496
* Dump border-style-* and border-width-* properties.Michael Drake2009-02-141-7/+276
| | | | svn path=/trunk/libcss/; revision=6494
* A motley selection of changes. Vague summary:John Mark Bell2009-02-141-0/+301
| | | | | | | | | | | | | | | | | | + Add config makefile (not that there's anything to configure at present :) + Fix dumping of UNIT_MS to actually use sprintf and not printf + Extend computed style dumping (still loads of properties missing) + Make result buffer larger in select-auto.c -- avoids buffer overflows when there's way more output than expected + Expand expected test output to contain defaulted properties (more of this will be needed once the computed style dumping is complete) + Store interned string pointers in css_select_state. + Intern pseudo class/element names at start of selecting styles for a sheet + Group properties so we know which ones appear in the extension blocks + Fixup unset properties once the cascade has completed + Implement matching of pseudo class/element selectors + Fix setting of background-image and list-style-image when there's no URL. svn path=/trunk/libcss/; revision=6470
* Beginnings of a computed style dump routine.John Mark Bell2009-02-131-0/+106
It probably helps to process the stylesheets individually, rather than parsing them all into one sheet. Fix test data somewhat. svn path=/trunk/libcss/; revision=6468