summaryrefslogtreecommitdiff
path: root/test/select.c
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Select test runner: Avoid forward declarations.Michael Drake2021-06-161-900/+802
|
* Selection: Don't duplicate unit conversion members in media descriptor.Michael Drake2021-05-191-5/+5
|
* Selection: Remove client callback for unit conversion.Michael Drake2021-05-191-68/+17
| | | | | | | 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.
* Add regression test for system font callback units.Michael Drake2021-05-191-1/+34
| | | | Thanks to Ralf Junker.
* Tests: Update for new API for media queries.Michael Drake2019-05-041-13/+14
| | | | Signed-off-by: Michael Drake <Michael Drake tlsa@netsurf-browser.org>
* Tests: Fixes sizing of font-size: smaller in selection test.Lucas Neves2017-10-211-1/+1
|
* Strip trailing whitespace.Michael Drake2017-09-041-70/+70
|
* Remove option to support not storing data on DOM nodes.Michael Drake2016-11-191-0/+1693
It was complicating lifetimes and ownership.