What steps will reproduce the problem?
(1) Open a page whose DOM has a parent element w/ child
(2) Log the `document` element in Console
(3) Delete the parent element using the Elements Panel
(4) Try to expand the parent element in Console's ElementsTreeOutline
What happens instead?
Error in DevTools on DevTools
Uncaught (in promise) TypeError: Cannot read property 'nodeType' of null
at Elements.ElementsTreeOutline.findTreeElement (ElementsTreeOutline.js:410)
at Elements.ElementsTreeOutline._innerUpdateChildren (ElementsTreeOutline.js:1389)
at Elements.ElementsTreeOutline._updateChildren (ElementsTreeOutline.js:1321)
at Elements.ElementsTreeOutline._updateModifiedParentNode (ElementsTreeOutline.js:1159)
at treeElement.node.getChildNodes (ElementsTreeOutline.js:1171)
at _agent.invoke_requestChildNodes.then.response (DOMModel.js:497)
Comment 1 by bugdroid1@chromium.org
, Nov 13