The following HTML causes an Access Violation in Safari 3.1.1: <BODY onload="go()"><SCRIPT> function go() { document.body.outerHTML=''; document.createElement('map').innerHTML='<frameSet></frameSet><em><div><link></div></em><head></head><html>'; } </SCRIPT></BODY>
This does not reproduce in ToT WebKit. Marking as RESOLVED/FIXED.