Closed
Bug 1498713
Opened 4 years ago
Closed 4 years ago
browser.xhtml: browser_contextmenu_input.js fails due to childNodes check in contextmenu_common.js
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file)
This should be .children: https://searchfox.org/mozilla-central/rev/28fe656de6a022d1fc01bbd3811023fca99cf223/browser/base/content/test/general/contextmenu_common.js#39-40
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by bgrinstead@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a8ec93d4b848 Use .children for context menu test helper instead of .childNodes to fix tests in browser.xhtml;r=bdahl
Comment 3•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a8ec93d4b848
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•