RESOLVED CONFIGURATION CHANGED Bug 20381
100% CPU DOMNodeRemovedFromDocument document.innerHTML='<x>'
https://bugs.webkit.org/show_bug.cgi?id=20381
Summary 100% CPU DOMNodeRemovedFromDocument document.innerHTML='<x>'
Berend-Jan Wever
Reported 2008-08-14 05:25:21 PDT
The following HTML causes WebKit to consume 100% CPU: <BODY></BODY> <SCRIPT> document.body.addEventListener("DOMNodeRemovedFromDocument",function(){event.srcElement.innerHTML="<x>";},true); document.body.parentElement.removeChild(document.body); </SCRIPT>
Attachments
David Kilzer (:ddkilzer)
Comment 1 2009-07-22 12:06:49 PDT
Ahmad Saleem
Comment 2 2024-03-28 08:02:38 PDT
I took test from Comment 0 and changed it into JSFiddle and couldn't find anything in CPU Activity on STP191. Plus the URL from `URL` field does not exist on Wayback Archive. Search via - http://skypher.com/SkyLined/Repro/Safari/ Marking this as 'RESOLVED CONFIGURATION CHANGED'. If it was an issue, it might have been resolved by now.
Note You need to log in before you can comment on or make changes to this bug.