gecko/gfx/thebes/crashtests/421393-1.html
jruderman@hmc.edu 1ec364a8a5 Add crashtests
2008-03-11 17:42:51 -07:00

15 lines
237 B
HTML

<html>
<head>
<script type="text/javascript">
function boom()
{
document.body.appendChild(document.createTextNode("\uCEDD\u5C76\u000D\uCA34"));
}
</script>
</head>
<body onload="boom();"><span>&#x202E;&#x05BC;</span></body>
</html>