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

15 lines
237 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00: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>