gecko/gfx/thebes/crashtests/394246-1.html
2007-12-16 13:58:14 -08:00

16 lines
216 B
HTML

<html>
<head>
<script>
function boom()
{
var div = document.getElementById("div");
div.innerHTML = div.innerHTML.slice(1);
}
</script>
</head>
<body onload="boom();">
<div id="div">t
&#769;</div>
</body></html>