aboutsummaryrefslogtreecommitdiffstats
path: root/test/mediaQueryTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove tests that don't test anythingstasoid2022-11-271-15/+0
|
* Remove litehtml::context, replace master.css -> master_css.h and make ↵stasoid2022-10-301-1/+1
| | | | | | document::createFromString receive master/user css as strings closes issue #219
* remove wchar supportstasoid2022-10-211-8/+8
| | | | closes issue #217
* Convert litehtml tests to use GoogleTestJohn Poole2021-08-251-104/+197
| | | | | | | | | | | | | | GoogleTest provides a number of nice features (such as autodiscovery) that make writing and running tests easier and less tedious. This patch converts the litehtml tests over to use GoogleTest. Note that the conversion is mostly mechanical -- no attempt has been made to make the tests "idiomatic" GoogleTests. Most of the CMake changes are based on code from the GoogleTest documentation, specifically the "Quickstart: Building with CMake" guide: https://google.github.io/googletest/quickstart-cmake.html
* added tests, optimized text parsing for <script>Sky Morey2019-08-181-1/+0
|
* Added testingSky Morey2019-08-171-0/+165