about summary refs log tree commit diff stats
path: root/test/js/document.html
Commit message (Collapse)AuthorAgeFilesLines
* dom: add form length, fix document.getElementsByName("")bptato2025-01-051-0/+1
|
* script: improve defineConstsbptato2024-12-301-0/+2
| | | | | | Well, I guess this works for now, but something is still wrong. In Gecko, document.__proto__ === Document.__proto__, but in Chawan, it isn't.
* dom: implement HTMLDocument, make Image C/Wbptato2024-11-221-4/+5
| | | | | | | | | | * 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: add document named property getter, update monouchabptato2024-11-221-7/+26
|
* test: add js & layout testsbptato2024-04-211-0/+11
(Sadly some layout tests still fail.)