Files
rust_browser/tests/js_dom_tests.rs
Zachary D. Rowitsch 48313ea109 Implement DOM query APIs and live collections with code review fixes (§4.4, §4.2.6)
Add querySelector, querySelectorAll, getElementsByTagName, and getElementsByClassName
on Document, Element, and DocumentFragment. Live HTMLCollections re-evaluate on every
access. Code review fixed: collection persistence across script invocations, multi-class
getElementsByClassName matching, DocumentFragment query support, and added 17 integration tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 23:53:40 -04:00

29 KiB