about summary refs log tree commit diff stats
path: root/test/js/window.html
Commit message (Collapse)AuthorAgeFilesLines
* xhr, event, catom: fix some bugsbptato2025-02-151-0/+4
| | | | Event handler functions can be set twice now.
* dom: implement HTMLDocument, make Image C/Wbptato2024-11-221-0/+4
| | | | | | | | | | * add HTMLDocument as alias to Document * set Image as configurable/writable So looking closer, HTMLDocument *is* specified, just major browsers don't follow the spec. I doubt this incompatibility causes issues, anyway.
* dom: support all HTMLHyperlinkElementUtils gettersbptato2024-11-091-4/+4
|
* 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.)