summaryrefslogtreecommitdiffstats
path: root/gfx/tests/crashtests/394246-1.html
blob: e09facb8b283abc7cb97e81e25f9414607f17338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<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>