gecko-dev/gfx/tests/crashtests/394246-1.html

16 строки
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>