about summary refs log tree commit diff stats
path: root/test/js/window.html
Commit message (Collapse)AuthorAgeFilesLines
* env, dom: add History stub, basic LocalStoragebptato2024-07-301-0/+8
| | | | | | | * History: doesn't really do anything, just adding it to fix some pages * LocalStorage: kind of works, but does lookups with linear search, and the quota limitation is on the number of entries not their size. plus it doesn't actually store anything on disk yet (like cookies).
* test: add js & layout testsbptato2024-04-211-0/+11
(Sadly some layout tests still fail.)