summaryrefslogtreecommitdiff
path: root/test/data/select
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SVG stroke-opacity propertyMichael Orlitzky2023-10-012-0/+140
| | | | | | | | 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-012-0/+140
| | | | | | | 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/+109
|
* test: Add test for display property grid valuesMichael Drake2022-10-291-0/+111
|
* Tests: Add tests for explicit defaultingMichael Drake2022-08-292-0/+1453
|
* Selection: Remove client callback for unit conversion.Michael Drake2021-05-191-123/+123
| | | | | | | Now clients provide a unit conversion context and libcss provides code to perform unit conversion. This reduces the amount of common code that clients have to write.
* Units: Remove units that nobody supports.Michael Drake2021-05-191-6/+6
|
* Add regression test for system font callback units.Michael Drake2021-05-191-0/+109
| | | | Thanks to Ralf Junker.
* Tests: Add test for non-inherited properties.Michael Drake2019-05-121-0/+128
| | | | | | | These were broken before the uncommon extension block was dropped. Based on test provided by: https://bugs.netsurf-browser.org/mantis/view.php?id=2641
* Tests: add tests for new length units.Lucas Neves2017-11-131-0/+2289
|
* Tests: Fixes sizing of font-size: smaller in selection test.Lucas Neves2017-10-211-1/+1
|
* Tests: Remove invalid lines from selection test.Lucas Neves2017-10-211-4/+0
|
* Tests: Add support and selection tests for the flexbox properties.Lucas Neves2017-10-211-0/+6213
|
* Tests: Add box-sizing selection tests.Michael Drake2017-04-271-0/+200
|
* Tests: Dump box-sizing property in selection tests.Michael Drake2017-04-271-0/+48
|
* Implement absolutification for column-rule-width.Michael Drake2015-01-101-47/+47
|
* Sync public getter wrapper's absolutification handling.Michael Drake2015-01-101-111/+111
|
* Ensure letter and word spacing are always absolutified.Michael Drake2015-01-021-32/+32
|
* Fix up test data.Michael Drake2014-12-311-1551/+1551
|
* Add break-* property selection tests.Michael Drake2014-12-291-0/+309
|
* Dump break-* properties from computed styles, and update test data.Michael Drake2014-12-291-0/+135
|
* Add test case.Michael Drake2014-12-291-2/+102
|
* Update test data for uncommon property default value fixes.Michael Drake2014-12-291-122/+122
|
* Add test for column-* properties.Michael Drake2014-12-061-44/+143
|
* Add column-width to computed style dumping, and update test data.Michael Drake2014-12-061-0/+43
|
* Add column-span to computed style dump and update test data.Michael Drake2014-12-061-0/+43
|
* Add column-rule-width to computed style dump, and update unit tests.Michael Drake2014-11-161-0/+43
|
* Add column-rule-style to computed style dumper, and update unit tests.Michael Drake2014-11-161-0/+43
|
* Fix column-fill computed style offset.Michael Drake2014-11-161-22/+22
|
* Add column-rule-color to computed style dumper and update unit tests.Michael Drake2014-11-151-0/+43
|
* Add column-gap dumping to test rig, and update test data.Michael Drake2014-11-071-0/+43
|
* Add dumping of column-fill property to selection test rig. Update test data.Michael Drake2014-11-071-0/+43
|
* Update computed style dumper to dump column-count, and update test data.Michael Drake2014-10-041-0/+44
|
* Add support for CSS3 overflow-x and overflow-y properties.Michael Drake2014-06-011-43/+86
| | | | | | | | 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/+135
|
* Add a couple of letter spacing tests.Michael Drake2013-06-191-0/+184
|
* Add a few more tests.Michael Drake2011-09-031-0/+1782
| | | | svn path=/trunk/libcss/; revision=12706
* Fix selection testsJohn Mark Bell2011-03-121-12/+370
| | | | svn path=/trunk/libcss/; revision=12000
* Add support for opacity propertyJohn Mark Bell2011-01-291-0/+22
| | | | svn path=/trunk/libcss/; revision=11527
* Centralise handling of transparent colours.John Mark Bell2011-01-291-89/+173
| | | | | | Add support for currentColor svn path=/trunk/libcss/; revision=11525
* Add a few more selection tests.Michael Drake2011-01-201-156/+632
| | | | svn path=/trunk/libcss/; revision=11426
* 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
* Fix testsuite in light of change to colour representationJohn Mark Bell2010-12-041-18/+18
| | | | 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-3/+0
| | | | | | an entirely new property for html alignment. svn path=/trunk/libcss/; revision=9387
* -libcss-alignJohn Mark Bell2009-08-211-0/+3
| | | | svn path=/trunk/libcss/; revision=9378
* 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