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