[Webkit-unassigned] [Bug 19514] DOM modification causes stack exhaustion (exact cause unknown)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 12 04:22:27 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=19514
------- Comment #1 from berendjanwever at gmail.com 2008-06-12 04:22 PDT -------
(In reply to comment #0)
OOOPS. I copy+pasted the wrong code (see bug 19516). This is the real repro
code for this case:
<BODY onload="go()"><SCRIPT>
function go() {
oStrike=document.createElement('b');
oStrike.innerHTML='<object><table></table><colGroup></colGroup></object>';
document.body.parentElement.appendChild(oStrike);
}
</SCRIPT></BODY>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list