RESOLVED INVALID 89340
Web Inspector: all elements of detached DOM tree retained by InjectedScript only are red
https://bugs.webkit.org/show_bug.cgi?id=89340
Summary Web Inspector: all elements of detached DOM tree retained by InjectedScript o...
Yury Semikhatsky
Reported 2012-06-18 02:54:31 PDT
1. Open DevTools on about:blank 2. Evaluate the following code in the console: document.createElement("div").appendChild(document.createElement("div")) 3. Take snapshot and find detached DOM tree there. Result: The tree will contain two elements both of which are red.
Attachments
Note You need to log in before you can comment on or make changes to this bug.