summaryrefslogtreecommitdiffstats
path: root/gfx/tests/crashtests/419095-1.html
blob: 9f47af262636ed971458b0c049c0ffcc0802198c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">

function boom()
{
  document.body.appendChild(document.createTextNode(String.fromCharCode(0x202E)));
  document.body.appendChild(document.createTextNode(String.fromCharCode(0x000D)));
  document.body.appendChild(document.createTextNode(String.fromCharCode(0x200D)));
  document.body.appendChild(document.createTextNode(String.fromCharCode(0xD75A)));
  document.body.appendChild(document.createTextNode(String.fromCharCode(0xD63F)));
}

</script>
</head>

<body onload="boom();">
</body>
</html>