gecko/gfx/tests/crashtests/421393-1.html

15 lines
237 B
HTML
Raw Normal View History

2008-03-11 17:42:51 -07:00
<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>