Closed
Bug 1453234
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 8993 - Add tests for liveness of NodeLists/HTMLCollections
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 8993 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/8993
Details from upstream follow.
kaixinjxq <xiuqix.jiang@intel.com> wrote:
> Add tests for liveness of NodeLists/HTMLCollections
>
> Add following tests (Fix #1505):
>
> - Node#childNodes
> - ParentNode#children
> - {Document,Element}#getElementsByTagName
> - {Document,Element}#getElementsByTagNameNS
> - {Document,Element}#getElementsByClassName
> - Document#images
> - Document#embeds
> - Document#plugins
> - Document#links
> - Document#forms
> - Document#scripts
> - Document#getElementsByName
>
> @Ms2ger, PTAL.
>
>
>
Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=dbd06c9a4ba8297a8cc83f31e50cf5991e771209
Reporter | ||
Comment 3•7 years ago
|
||
Ran 14 tests and 103 subtests
OK : 14
PASS : 103
Reporter | ||
Comment 4•7 years ago
|
||
Reporter | ||
Comment 5•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6e01090a06480e220f406795e87afd764b5d33e2
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/004007aee1cc
[wpt PR 8993] - Add tests for liveness of NodeLists/HTMLCollections, a=testonly
Comment 7•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•