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

10 lines
168 B
HTML

<html>
<body>
<script>
style = document.createElement("style");
document.documentElement.appendChild(style);
style.textContent = "tz\uDAB2 ";
</script>
</body>
</html>