about summary refs log tree commit diff stats
path: root/test/js/text.html
Commit message (Collapse)AuthorAgeFilesLines
* client: make quit() actually quit, misc fixesbptato2024-05-041-5/+4
| | | | | | | * unwind the QJS stack with an uncatchable exception when quit is called * clean up JS references in JSRuntime free even when the Nim counterparts are still alive * simplify some tests
* test: add js & layout testsbptato2024-04-211-0/+8
(Sadly some layout tests still fail.)