Bug 20381

Summary: 100% CPU DOMNodeRemovedFromDocument document.innerHTML='<x>'
Product: WebKit Reporter: Berend-Jan Wever <skylined>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, laszlo.gombos
Priority: P2 Keywords: HasReduction, InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
URL: http://skypher.com/SkyLined/Repro/Safari/100%25%20CPU%20DOMNodeRemovedFromDocument%20document.innerHTML='%5Bx%5D'/repro.html

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.