summaryrefslogtreecommitdiffstats
path: root/xpcom/string/crashtests/394275-1.html
blob: 4f2afd1a67df095e37f82ee468e3188c2433dbfc (plain)
1
2
3
4
5
6
7
8
9
<html>
<body>
<script>
style = document.createElement("style");
document.documentElement.appendChild(style);
style.textContent = "tz\uDAB2 ";
</script>
</body>
</html>