Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Treat undefined as no arguments for document.all(undefined)
This makes document.all(undefined) behave like document.item(undefined). There was already a test for this, that got out of sync with the spec: https://github.com/w3c/web-platform-tests/blob/b6d42d0174fd24bda0802f8a55ee46381092ef80/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html#L209 #2932 Safari passes this test: https://wpt.fyi/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html?sha=13eaad17a4
- Loading branch information