tenfourfox/xpcom/string/crashtests/394275-1.html

10 lines
168 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<body>
<script>
style = document.createElement("style");
document.documentElement.appendChild(style);
style.textContent = "tz\uDAB2 ";
</script>
</body>
</html>