gecko-dev/xpcom/string/crashtests/394275-1.html

10 строки
264 B
HTML

<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>