Never-mind images crashing Safari, this block of code will do it too:
<html>
<body>
<div>
<div>
<script type="text/javascript">
document.body.innerHTML = "hello!";
</script>
</div>
</div>
</body>
</html>
Accidently found that out today… if you want to test it, go for it.





















Sweet! That was the most exciting thing I did in my sorry day.
comment by Van — March 31, 2006 @ 9:03 am
Did you submit this bug to Apple?
comment by Aaron — April 2, 2006 @ 12:40 pm
Yeah
comment by Oliver — April 2, 2006 @ 1:59 pm