about summary refs log tree commit diff stats
path: root/test/js/documentall.html
Commit message (Collapse)AuthorAgeFilesLines
* dom: add forms, elements getter + misc fixesbptato2024-09-171-11/+11
| | | | | | | | | | | | * add document.forms * add form.elements * remove redundant jshasprop functions * use mpairs for attribute iteration (mpairs use pointers, but pairs copies) * fix remove() crash * fix remove() collection invalidation for children (if parent is not in the collection) * update monoucha
* test: add js & layout testsbptato2024-04-211-0/+19
(Sadly some layout tests still fail.)