tenfourfox/gfx/tests/crashtests/394246-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>